aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-11 19:26:54 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-11 19:26:54 +0000
commitddf27142f4a21d5e9571165588ecf29dc5b72078 (patch)
treea1006ccc5ba6ec5c1f0677ec43df52e03eaa4e48 /target/linux/au1000/Makefile
parent8a9badd8a316b1842e57acef21197bff42528d49 (diff)
downloadmaster-187ad058-ddf27142f4a21d5e9571165588ecf29dc5b72078.tar.gz
master-187ad058-ddf27142f4a21d5e9571165588ecf29dc5b72078.tar.bz2
master-187ad058-ddf27142f4a21d5e9571165588ecf29dc5b72078.zip
[au1000] advertise squashfs feature
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34157 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000/Makefile')
-rw-r--r--target/linux/au1000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile
index 2405ece4e5..9601bfe52c 100644
--- a/target/linux/au1000/Makefile
+++ b/target/linux/au1000/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=au1000
BOARDNAME:=RMI/AMD AU1x00
-FEATURES:=jffs2 usb pci
+FEATURES:=squashfs jffs2 usb pci
SUBTARGETS=au1500 au1550
MAINTAINER:=Florian Fainelli <florian@openwrt.org>