diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 17:04:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 17:04:45 +0000 |
commit | ae2c9a815a54a0d6e38e084a43d12476bfd265c6 (patch) | |
tree | 5e499a3ed431f1f88da32ad4073fb04845ab3e6d | |
parent | 2f9a3c791b989c94a02911038abacdeb302f7b0d (diff) | |
download | mtk-20170518-ae2c9a815a54a0d6e38e084a43d12476bfd265c6.zip mtk-20170518-ae2c9a815a54a0d6e38e084a43d12476bfd265c6.tar.gz mtk-20170518-ae2c9a815a54a0d6e38e084a43d12476bfd265c6.tar.bz2 |
brcm47xx: enable the low-memory feature flag
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40982
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 78151f7..1944bc8 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=brcm47xx BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) -FEATURES:=squashfs usb pcmcia +FEATURES:=squashfs usb pcmcia low_mem MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> LINUX_VERSION:=3.10.36 |