Author: jogo Date: 2014-07-06 20:09:30 +0200 (Sun, 06 Jul 2014) New Revision: 41532
Modified: trunk/target/linux/ar7/Makefile Log: ar7: enable the low-memory feature flag Most ar7 devices have only 16 MiB RAM, so select low_mem to give them a chance to work. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/ar7/Makefile =================================================================== --- trunk/target/linux/ar7/Makefile 2014-07-06 17:51:14 UTC (rev 41531) +++ trunk/target/linux/ar7/Makefile 2014-07-06 18:09:30 UTC (rev 41532) @@ -9,7 +9,7 @@ ARCH:=mipsel BOARD:=ar7 BOARDNAME:=TI AR7 -FEATURES:=squashfs atm +FEATURES:=squashfs atm low_mem MAINTAINER:=Florian Fainelli <[email protected]> SUBTARGETS:=generic ac49x _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
