aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/Makefile
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-01-14 23:21:38 +0100
committerMathias Kresin <dev@kresin.me>2018-01-15 21:45:43 +0100
commit16f2befc3cae3b541682644f53f5a81b2aaa9150 (patch)
tree6f71e272e9049a490e8a62f2a8bd0d4688ec59cd /target/linux/ipq806x/Makefile
parent0af5e9bdc45d97df36a28b98a91f252ab567dadf (diff)
downloadupstream-16f2befc3cae3b541682644f53f5a81b2aaa9150.tar.gz
upstream-16f2befc3cae3b541682644f53f5a81b2aaa9150.tar.bz2
upstream-16f2befc3cae3b541682644f53f5a81b2aaa9150.zip
ipq806x: drop ubifs support
Ubifs is disabled for all boards except the evaluation boards and the Fritz!Box 4040 anyway. According the author, the ubifs support for the Fritz!Box 4040 wasn't enabled on purpose. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-rw-r--r--target/linux/ipq806x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index e78273cf49..e65c24db51 100644
--- a/target/linux/ipq806x/Makefile
+++ b/target/linux/ipq806x/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=ipq806x
BOARDNAME:=Qualcomm Atheros IPQ806X
-FEATURES:=squashfs nand ubifs fpu
+FEATURES:=squashfs nand fpu
CPU_TYPE:=cortex-a15
CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <john@phrozen.org>