X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fsunxi%2FMakefile;h=fe18fc3a5f3bab2347ac36233ccaf4364b91c43e;hb=f457ae99f20bed2f8482ca9f9f1e4e7ac2701d40;hp=0ababde87b3e096776919ed81e3819d650d9a527;hpb=1ffc2deed468aa50456a97bee997545c3e4527bb;p=oweals%2Fopenwrt.git diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index 0ababde87b..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 +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))