projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c09fa4
)
ar71xx: re-enable 4k sectors for the mikrotik subtargets
author
Felix Fietkau
<nbd@nbd.name>
Tue, 24 Oct 2017 10:33:46 +0000
(12:33 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 24 Oct 2017 11:24:05 +0000
(13:24 +0200)
On RB91x (and possibly others), there is a small SPI flash to store boot
loader and configuration. It needs 4K sectors to be able to write the
configuration using rbcfg
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/ar71xx/mikrotik/config-default
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/mikrotik/config-default
b/target/linux/ar71xx/mikrotik/config-default
index e333166e931bf51eefb928411847786d3897e7db..42f9882bb290647858b56c091eb8014faea99ae9 100644
(file)
--- a/
target/linux/ar71xx/mikrotik/config-default
+++ b/
target/linux/ar71xx/mikrotik/config-default
@@
-231,6
+231,7
@@
CONFIG_MTD_NAND_RB4XX=y
CONFIG_MTD_NAND_RB750=y
CONFIG_MTD_NAND_RB91X=y
# CONFIG_MTD_REDBOOT_PARTS is not set
+CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
# CONFIG_MTD_SPLIT_EVA_FW is not set
# CONFIG_MTD_SPLIT_TPLINK_FW is not set
# CONFIG_MTD_TPLINK_PARTS is not set