treewide: Remove self from MAINTAINER entries
[openwrt/openwrt.git] / target / linux / ar7 / Makefile
index 4b482dec7460cdfd2b1a989beff03877d824c563..ba40e508fcf76a22572787a1b2b3a5bba65177ab 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.32
-
-include $(INCLUDE_DIR)/target.mk
-
-DEFAULT_PACKAGES+= swconfig
+KERNEL_PATCHVER:=4.9
 
 define Target/Description
        Build firmware images for TI AR7 based routers.
 endef
 
+include $(INCLUDE_DIR)/target.mk
+
+DEFAULT_PACKAGES+= swconfig
+
 $(eval $(call BuildTarget))