diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2015-03-31 07:56:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2015-03-31 07:56:22 +0000 |
commit | 3b57200cc2fcd5746caa9e883f93b80ee8588682 (patch) | |
tree | 09e55d37f3e094f0f40f14ad97bf3265d42dd48d /target | |
parent | 72ab9faabe9347439d92f1a237794b1732a75ebd (diff) | |
download | upstream-3b57200cc2fcd5746caa9e883f93b80ee8588682.tar.gz upstream-3b57200cc2fcd5746caa9e883f93b80ee8588682.tar.bz2 upstream-3b57200cc2fcd5746caa9e883f93b80ee8588682.zip |
ar71xx/mikrotik: use correct symbol to disable overlayfs
The Kconfig symbol has been changed in 3.18.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45175 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index 1338ed9983..d9ba123d93 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -108,7 +108,7 @@ CONFIG_MTD_NAND_RB91X=y # 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 |