diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-06-05 20:58:59 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-06-05 20:58:59 +0000 |
commit | 103893f67eea7e8366daebdb55ca05dab7ffd273 (patch) | |
tree | e547ccd595e4da03a5376f9bc4ddb9ee92c17dbd /target/linux/au1000 | |
parent | 44dd2540acacf2f3fcb3fd325133d67696e7b271 (diff) | |
download | upstream-103893f67eea7e8366daebdb55ca05dab7ffd273.tar.gz upstream-103893f67eea7e8366daebdb55ca05dab7ffd273.tar.bz2 upstream-103893f67eea7e8366daebdb55ca05dab7ffd273.zip |
target: don't build jffs2 nor images by default
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36863 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000')
-rw-r--r-- | target/linux/au1000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 93605edc03..2f9c24d1a3 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:=squashfs jffs2 usb pci +FEATURES:=squashfs usb pci SUBTARGETS=au1500 au1550 MAINTAINER:=Florian Fainelli <florian@openwrt.org> |