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/lantiq/Makefile | |
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/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |