aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/config-default
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-10 19:16:35 +0000
committerJohn Crispin <blogic@openwrt.org>2014-07-10 19:16:35 +0000
commite4ec975b0ae4f8c62a2b65d446a4ac4b77e8201c (patch)
tree6c8c2559130331e6c58170b254ef4e0cde1a6ede /target/linux/lantiq/xway/config-default
parent19594fc3eddf7ae1689f2f1707fb7f93aec0db15 (diff)
downloadmaster-187ad058-e4ec975b0ae4f8c62a2b65d446a4ac4b77e8201c.tar.gz
master-187ad058-e4ec975b0ae4f8c62a2b65d446a4ac4b77e8201c.tar.bz2
master-187ad058-e4ec975b0ae4f8c62a2b65d446a4ac4b77e8201c.zip
lantiq xway: disable gluebi and enable ubiblock
Disables gluebi and enables ubiblock on lantiq xway. Squashfs images on nand use ubifs instead of jffs2 for the overlay. I'll leave the equivalent patch for xrx200 to someone who has a board to test. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/config-default')
-rw-r--r--target/linux/lantiq/xway/config-default4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default
index cf325f38a3..6d5c902510 100644
--- a/target/linux/lantiq/xway/config-default
+++ b/target/linux/lantiq/xway/config-default
@@ -29,8 +29,9 @@ CONFIG_MTD_NAND_XWAY=y
CONFIG_MTD_SPLIT_UIMAGE_FW=y
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_NLS=y
# CONFIG_PROC_DEVICETREE is not set
@@ -57,4 +58,3 @@ CONFIG_USB_SUPPORT=y
# CONFIG_XRX200_PHY_FW is not set
CONFIG_ZLIB_DEFLATE=y
CONFIG_ZLIB_INFLATE=y
-# CONFIG_MTD_UBI_BLOCK is not set