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 | 6b987a07304aa45111ea6c43eabe4aa73ea7a6b2 (patch) | |
tree | 0f753cbc93b4a6d1d05291aa110cbc055edfa591 /target/linux/brcm47xx/Makefile | |
parent | 7b04a90785d50b2ae787b3b1f9bccb3e88874856 (diff) | |
download | master-187ad058-6b987a07304aa45111ea6c43eabe4aa73ea7a6b2.tar.gz master-187ad058-6b987a07304aa45111ea6c43eabe4aa73ea7a6b2.tar.bz2 master-187ad058-6b987a07304aa45111ea6c43eabe4aa73ea7a6b2.zip |
brcm47xx: enable the low-memory feature flag
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/Makefile')
-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 78151f7bd7..1944bc88be 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 |