X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fsunxi%2FMakefile;h=fe18fc3a5f3bab2347ac36233ccaf4364b91c43e;hb=f457ae99f20bed2f8482ca9f9f1e4e7ac2701d40;hp=c340d86b8dc1f6101b6c3c06d5d2673613e92f3a;hpb=9808a0830b3a81c9855286ea97b86b1f4705ad0a;p=oweals%2Fopenwrt.git diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index c340d86b8d..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.12.5 -KERNELNAME:="zImage dtbs" -DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-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))