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/Makefile | |
parent | 4c4b6660aeac0dfef7d11ae6416662e74d51da08 (diff) | |
download | upstream-fb9122aab6ef7688657638b2f6b95939e888b8e3.tar.gz upstream-fb9122aab6ef7688657638b2f6b95939e888b8e3.tar.bz2 upstream-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/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 |