diff options
author | John Crispin <blogic@openwrt.org> | 2014-03-30 09:15:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-03-30 09:15:58 +0000 |
commit | fb9122aab6ef7688657638b2f6b95939e888b8e3 (patch) | |
tree | 750f34c68e4199086651664665ce09108c6475b9 /target/linux/lantiq | |
parent | 4c4b6660aeac0dfef7d11ae6416662e74d51da08 (diff) | |
download | master-187ad058-fb9122aab6ef7688657638b2f6b95939e888b8e3.tar.gz master-187ad058-fb9122aab6ef7688657638b2f6b95939e888b8e3.tar.bz2 master-187ad058-fb9122aab6ef7688657638b2f6b95939e888b8e3.zip |
lantiq: add ubifs to FEATURES
Signed-off-by: Antonios Vamporakis <ant@area128.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40315 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 |