aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/nand
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-11 13:00:04 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-11 13:00:04 +0000
commit55f47d67438c807253b6a1c67240c1977d1588ea (patch)
treed7d9d710cd6d6c48771cbe8d06cda3b04692f7ee /target/linux/ar71xx/nand
parent6792c27b856e24490f65e7a610edcd1a117866e2 (diff)
downloadmaster-187ad058-55f47d67438c807253b6a1c67240c1977d1588ea.tar.gz
master-187ad058-55f47d67438c807253b6a1c67240c1977d1588ea.tar.bz2
master-187ad058-55f47d67438c807253b6a1c67240c1977d1588ea.zip
ar71xx: fix up kernel config for the nand subtarget
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41132 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/nand')
-rw-r--r--target/linux/ar71xx/nand/config-default6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ar71xx/nand/config-default b/target/linux/ar71xx/nand/config-default
index a94b797c74..626d676c62 100644
--- a/target/linux/ar71xx/nand/config-default
+++ b/target/linux/ar71xx/nand/config-default
@@ -96,8 +96,9 @@ CONFIG_MTD_NAND_ECC=y
# CONFIG_MTD_TPLINK_PARTS is not set
CONFIG_MTD_UBI=y
CONFIG_MTD_UBI_BEB_LIMIT=20
+CONFIG_MTD_UBI_BLOCK=y
# CONFIG_MTD_UBI_FASTMAP is not set
-CONFIG_MTD_UBI_GLUEBI=y
+# CONFIG_MTD_UBI_GLUEBI is not set
CONFIG_MTD_UBI_WL_THRESHOLD=4096
# CONFIG_RTL8306_PHY is not set
# CONFIG_RTL8366_SMI is not set
@@ -106,4 +107,5 @@ CONFIG_MTD_UBI_WL_THRESHOLD=4096
# CONFIG_SOC_AR913X is not set
CONFIG_SPI_ATH79=y
# CONFIG_SPI_BITBANG is not set
-# CONFIG_UBIFS_FS is not set
+CONFIG_UBIFS_FS=y
+# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set