X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fapm821xx%2FMakefile;h=c3253322f2add7bdd407be5dda00f0a9f8fd7d7d;hb=3e0489dcd91faa3954a05e3fcdaf5de2d1892e67;hp=5c530d3ca6bd63077be22bd16f2e093f57a615b9;hpb=3827ce2c3dc1849033d6de52e58fcbccc7ed74a2;p=openwrt%2F.git diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index 5c530d3ca6..c3253322f2 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -11,8 +11,13 @@ CPU_TYPE:=464fp FEATURES:=fpu dt gpio MAINTAINER:=Chris Blake , \ Christian Lamparter +SUBTARGETS:=nand sata -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.14 + +define Target/Description + Build images for AppliedMicro APM821xx based boards. +endef include $(INCLUDE_DIR)/target.mk @@ -21,8 +26,4 @@ KERNELNAME:=uImage DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug -define Target/Description - Build images for AppliedMicro APM821xx based boards. -endef - $(eval $(call BuildTarget))