From c9035566d53b3242d78691907b8dd07013a3c63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Sun, 1 Mar 2015 16:24:11 +0000 Subject: adm5120: enable low_mem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most devices have only 16 MiB of RAM, this will allow them to boot without OOM. Signed-off-by: Rafał Miłecki SVN-Revision: 44587 --- target/linux/adm5120/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/adm5120/Makefile') diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index e58122db07..7298a24045 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon/ADMtek ADM5120 +FEATURES:=low_mem KERNEL_PATCHVER:=3.8 SUBTARGETS:=router_le router_be rb1xx INITRAMFS_EXTRA_FILES:= -- cgit v1.2.3