summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-17 03:46:25 +0200
committerJohn Crispin <john@phrozen.org>2016-06-17 04:13:08 +0200
commite81020c3173a108fb9045af3989a74f51997b44e (patch)
tree0a32d824e7cbeca650bf590c9e71288caa681691 /target/linux/mediatek/Makefile
parent16e04fd1b4572ad9f6cf006ff6dc895711d5d6cd (diff)
downloadmaster-31e0f0ae-e81020c3173a108fb9045af3989a74f51997b44e.tar.gz
master-31e0f0ae-e81020c3173a108fb9045af3989a74f51997b44e.tar.bz2
master-31e0f0ae-e81020c3173a108fb9045af3989a74f51997b44e.zip
medaitek: convert the NAND target to UBI
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/Makefile')
-rw-r--r--target/linux/mediatek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile
index 8a7f0af4f6..689ba31b02 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=mediatek
BOARDNAME:=MediaTek Ralink ARM
-FEATURES:=squashfs jffs2
+FEATURES:=squashfs nand ubifs
CPU_TYPE:=cortex-a7
MAINTAINER:=John Crispin <john@phrozen.org>