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 | 1beaf031d1c35a184ed2676554bd9c344ef5766d (patch) | |
tree | e2ec58a72160b32f62e376d012d7217798557d44 /target/linux/lantiq/ase | |
parent | dd9a24663bf50265d6b87709f04f6a083083492e (diff) | |
download | upstream-1beaf031d1c35a184ed2676554bd9c344ef5766d.tar.gz upstream-1beaf031d1c35a184ed2676554bd9c344ef5766d.tar.bz2 upstream-1beaf031d1c35a184ed2676554bd9c344ef5766d.zip |
target: don't build jffs2 nor images by default
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36863
Diffstat (limited to 'target/linux/lantiq/ase')
-rw-r--r-- | target/linux/lantiq/ase/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/ase/target.mk b/target/linux/lantiq/ase/target.mk index 98374634c2..a052dd2ce7 100644 --- a/target/linux/lantiq/ase/target.mk +++ b/target/linux/lantiq/ase/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=ase BOARDNAME:=Amazon-SE -FEATURES:=squashfs jffs2 atm +FEATURES:=squashfs atm DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-ase ltq-dsl-app |