ar7: update kernel to version 4.14
[openwrt/openwrt.git] / target / linux / ar7 / Makefile
index e28213b88d16fc88d6b82be74cbafd87a99aa5b3..d36340d14398f6de84476650b7e61c158502f46e 100644 (file)
@@ -9,18 +9,17 @@ include $(TOPDIR)/rules.mk
 ARCH:=mipsel
 BOARD:=ar7
 BOARDNAME:=TI AR7
-FEATURES:=squashfs atm
-MAINTAINER:=Florian Fainelli <florian@openwrt.org>
+FEATURES:=squashfs atm low_mem
 SUBTARGETS:=generic ac49x
 
-LINUX_VERSION:=3.10.28
-
-include $(INCLUDE_DIR)/target.mk
-
-DEFAULT_PACKAGES+= swconfig
+KERNEL_PATCHVER:=4.14
 
 define Target/Description
        Build firmware images for TI AR7 based routers.
 endef
 
+include $(INCLUDE_DIR)/target.mk
+
+DEFAULT_PACKAGES+= swconfig
+
 $(eval $(call BuildTarget))