Author: blogic Date: 2014-06-11 15:00:04 +0200 (Wed, 11 Jun 2014) New Revision: 41132
Modified: trunk/target/linux/ar71xx/nand/config-default Log: ar71xx: fix up kernel config for the nand subtarget Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/ar71xx/nand/config-default =================================================================== --- trunk/target/linux/ar71xx/nand/config-default 2014-06-11 13:00:00 UTC (rev 41131) +++ trunk/target/linux/ar71xx/nand/config-default 2014-06-11 13:00:04 UTC (rev 41132) @@ -96,8 +96,9 @@ # 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_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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
