diff options
author | John Crispin <john@openwrt.org> | 2014-03-30 09:15:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-30 09:15:58 +0000 |
commit | 2803e79be63f4f34474051c08954383a63e399fa (patch) | |
tree | 769ba742878fe52fc74500b278d4feee7d1481c6 /target/linux | |
parent | 07eb49b7e0f02008f005ce2719bded2604514dac (diff) | |
download | upstream-2803e79be63f4f34474051c08954383a63e399fa.tar.gz upstream-2803e79be63f4f34474051c08954383a63e399fa.tar.bz2 upstream-2803e79be63f4f34474051c08954383a63e399fa.zip |
lantiq: add ubifs to FEATURES
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40315
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 | ||||
-rw-r--r-- | target/linux/lantiq/xrx200/target.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 5bdb937321..d7f75683e0 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk BOARD:=lantiq BOARDNAME:=Lantiq GPON/XWAY/SVIP -FEATURES:=squashfs +FEATURES:=squashfs ubifs SUBTARGETS=xway xrx200 ase falcon LINUX_VERSION:=3.10.34 diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk index 8a9e02090c..47d9be6f17 100644 --- a/target/linux/lantiq/xrx200/target.mk +++ b/target/linux/lantiq/xrx200/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xrx200 BOARDNAME:=XRX200 -FEATURES:=squashfs atm mips16 jffs2 +FEATURES:=squashfs atm mips16 jffs2 ubifs CPU_TYPE:=34kc CPU_SUBTYPE:=dsp |