ramips: set blocksize for 4MB devices
authorMathias Kresin <dev@kresin.me>
Sat, 3 Sep 2016 07:56:35 +0000 (09:56 +0200)
committerMathias Kresin <dev@kresin.me>
Sat, 3 Sep 2016 07:56:35 +0000 (09:56 +0200)
commit28110727f1d513a6c4c13aa87ecb606aa5d306eb
tree395f63bd9844aa4228c041ea47fd2e0deac7befd
parent05ab2323ffa4c630934e3d0b27a2516b26c1c161
ramips: set blocksize for 4MB devices

Set the blocksize for devices having only 4MB of flash for ramips
devices already using the new image build code.

Informations about the used flash chip are gathered from the OpenWrt
wiki, wikidevi, forums, OEM bootlogs or the compatible property in the
device tree source file.

The en25q32b from the AirLive Air3GII does not have 4k support in the
kernel.

For the following boards no information about the used flash chip could
be found and a 64k blocksize is assumed:

  - Ralink V11ST-FE
  - Ralink AP-RT3052-V22RW-2X2
  - MediaTek MT7628 EVB
  - MediaTek MT7621 EVB
  - UPVEL UR-326N4G
  - Buffalo WZR-AGL300NH

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/image/mt7620.mk
target/linux/ramips/image/mt7621.mk
target/linux/ramips/image/mt7628.mk
target/linux/ramips/image/rt288x.mk
target/linux/ramips/image/rt305x.mk