ramips: set default BLOCKSIZE to 64k for nor flash devices
authorShiji Yang <yangshiji66@qq.com>
Sat, 13 May 2023 13:01:00 +0000 (21:01 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 18 May 2023 14:46:16 +0000 (16:46 +0200)
commit09a0efbe835428eaf436b17ae6709f0b22e48c5a
treed1fac02fd1a41d853f478385d912eb9ef439baea
parentd343a15314195023c7c77884c86df4629f1bfa76
ramips: set default BLOCKSIZE to 64k for nor flash devices

In kernel 5.15, the default erase sector size of the nor flash has
been switched from 4k to 64k. This may cause the configuration not
be preserved across upgrades. To avoid this issue, change the default
BLOCKSIZE to 64k.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ramips/image/Makefile
target/linux/ramips/image/mt7620.mk
target/linux/ramips/image/mt7621.mk
target/linux/ramips/image/mt76x8.mk
target/linux/ramips/image/rt288x.mk
target/linux/ramips/image/rt305x.mk
target/linux/ramips/image/rt3883.mk