[OpenWrt-Devel] [PATCH] lantiq xway: disable gluebi and enable ubiblock
Ben Mulvihill
ben.mulvihill at gmail.com
Thu Jul 10 13:25:00 EDT 2014
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 at gmail.com>
---
--- a/target/linux/lantiq/xway/config-default 2014-07-10 19:14:11.835361151 +0200
+++ b/target/linux/lantiq/xway/config-default 2014-07-10 03:05:48.519946416 +0200
@@ -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
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list