diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-01 16:24:11 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-01 16:24:11 +0000 |
commit | c9035566d53b3242d78691907b8dd07013a3c63d (patch) | |
tree | a68e5a19171e427ce2e14eb38107d9e9a734179b /target/linux/adm5120/Makefile | |
parent | 464e7a7f10e634612a70793a46c38bcaaf58737a (diff) | |
download | upstream-c9035566d53b3242d78691907b8dd07013a3c63d.tar.gz upstream-c9035566d53b3242d78691907b8dd07013a3c63d.tar.bz2 upstream-c9035566d53b3242d78691907b8dd07013a3c63d.zip |
adm5120: enable low_mem
Most devices have only 16 MiB of RAM, this will allow them to boot
without OOM.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44587
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r-- | target/linux/adm5120/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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:= |