aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/mikrotik
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2015-03-30 19:57:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2015-03-30 19:57:52 +0000
commit0d349dc5fe18ae68ee4a5e59373eb788b3f482e1 (patch)
tree966d65f8f73bac11eda5fec3e07cf75a3e587c26 /target/linux/ar71xx/mikrotik
parent001f9c08778b4f3a4676f6d88aa9b3c4b062ec04 (diff)
downloadmaster-187ad058-0d349dc5fe18ae68ee4a5e59373eb788b3f482e1.tar.gz
master-187ad058-0d349dc5fe18ae68ee4a5e59373eb788b3f482e1.tar.bz2
master-187ad058-0d349dc5fe18ae68ee4a5e59373eb788b3f482e1.zip
ar71xx/mikrotik: re-enable 4KiB flash sector erase
The setting has been lost during the transition to 3.18. The CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE option is not available anymore, so use CONFIG_MTD_SPI_NOR_USE_4K_SECTORS instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45161 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/mikrotik')
-rw-r--r--target/linux/ar71xx/mikrotik/config-default2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default
index 89230159c0..1338ed9983 100644
--- a/target/linux/ar71xx/mikrotik/config-default
+++ b/target/linux/ar71xx/mikrotik/config-default
@@ -91,7 +91,6 @@ CONFIG_GPIO_74X164=y
CONFIG_GPIO_LATCH=y
# CONFIG_JFFS2_FS is not set
CONFIG_LEDS_RB750=y
-CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE=y
CONFIG_MDIO_BITBANG=y
CONFIG_MDIO_GPIO=y
# CONFIG_MTD_CFI is not set
@@ -107,6 +106,7 @@ CONFIG_MTD_NAND_RB750=y
CONFIG_MTD_NAND_RB91X=y
# CONFIG_MTD_REDBOOT_PARTS is not set
# 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_RLE_DECOMPRESS=y