Author: juhosg Date: 2015-03-31 09:56:22 +0200 (Tue, 31 Mar 2015) New Revision: 45175
Modified: trunk/target/linux/ar71xx/mikrotik/config-default Log: ar71xx/mikrotik: use correct symbol to disable overlayfs The Kconfig symbol has been changed in 3.18. Signed-off-by: Gabor Juhos <[email protected]> Modified: trunk/target/linux/ar71xx/mikrotik/config-default =================================================================== --- trunk/target/linux/ar71xx/mikrotik/config-default 2015-03-31 07:26:30 UTC (rev 45174) +++ trunk/target/linux/ar71xx/mikrotik/config-default 2015-03-31 07:56:22 UTC (rev 45175) @@ -108,7 +108,7 @@ # CONFIG_MTD_SM_COMMON is not set CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y # CONFIG_MTD_TPLINK_PARTS is not set -# CONFIG_OVERLAYFS_FS is not set +# CONFIG_OVERLAY_FS is not set CONFIG_RLE_DECOMPRESS=y # CONFIG_SOC_AR913X is not set # CONFIG_SOC_AR933X is not set _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
