diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-05 07:30:55 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-05 07:30:55 +0000 |
commit | e9a7ba29c102d6b950320f937e7c562d1879387f (patch) | |
tree | 6595c4f5705c99b05d016b13f6814de36e7964ef /target | |
parent | 4ec905f3c9325be3086d35e4ec9567f77db6bf6a (diff) | |
download | upstream-e9a7ba29c102d6b950320f937e7c562d1879387f.tar.gz upstream-e9a7ba29c102d6b950320f937e7c562d1879387f.tar.bz2 upstream-e9a7ba29c102d6b950320f937e7c562d1879387f.zip |
only build squashfs images by default
SVN-Revision: 23884
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/orion/generic/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/generic/target.mk b/target/linux/orion/generic/target.mk index 02c5a646a1..7de243b2c3 100644 --- a/target/linux/orion/generic/target.mk +++ b/target/linux/orion/generic/target.mk @@ -6,7 +6,7 @@ # BOARDNAME:=Generic -FEATURES:=squashfs jffs2 +FEATURES:=squashfs DEFAULT_PACKAGES += kmod-ath9k wpad-mini |