X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fsunxi%2FMakefile;h=fe18fc3a5f3bab2347ac36233ccaf4364b91c43e;hb=f457ae99f20bed2f8482ca9f9f1e4e7ac2701d40;hp=a6f3fc59d3b6edc591f7fb0b4939a4003d16d66b;hpb=af63cdf87ad76177fb7180e5fb57ec6f949fbb98;p=oweals%2Fopenwrt.git diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index a6f3fc59d3..fe18fc3a5f 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,15 +15,18 @@ CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Zoltan HERPAI -LINUX_VERSION:=3.13.2 -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))