X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fsunxi%2FMakefile;h=fe18fc3a5f3bab2347ac36233ccaf4364b91c43e;hp=84dc3346d722e77f1e9f244599514f782e7031b3;hb=57776e68ce7f065fbc96c439704de65d37be12db;hpb=044bf28357c7fba70bbca8717fd4a9c1ed8a3d43;ds=sidebyside diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index 84dc3346d7..fe18fc3a5f 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -15,15 +15,18 @@ CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Zoltan HERPAI -LINUX_VERSION:=3.14.16 -KERNELNAME:="zImage dtbs" -DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi kmod-wdt-sunxi +KERNEL_PATCHVER:=4.1 +KERNELNAME:=zImage dtbs # A10: Cortex-A8 # A13: Cortex-A8 # A20: dual Cortex-A7 # A31: quad Cortex-A7 +# A80: octa Cortex-A15/A7 +# H3: quad Cortex-A7 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += uboot-envtools kmod-eeprom-sunxi kmod-wdt-sunxi + $(eval $(call BuildTarget))