From: David Bauer Date: Thu, 20 Feb 2020 09:29:09 +0000 (+0100) Subject: ath79: correct Siemens WS-AP3610 blocksize X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=07099431822b1ba08a8e9514906c9795560b2291;p=openwrt%2Fstaging%2Fadrian.git ath79: correct Siemens WS-AP3610 blocksize With the wrong blocksize, the rootfs was not positioned on the boundary of a block, thus breaking the mtdsplit driver. Signed-off-by: David Bauer --- diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index d4693cea68..1fa9b30c51 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -1046,6 +1046,7 @@ define Device/siemens_ws-ap3610 DEVICE_VENDOR := Siemens DEVICE_MODEL := WS-AP3610 IMAGE_SIZE := 14336k + BLOCKSIZE := 256k LOADER_TYPE := bin LOADER_FLASH_OFFS := 0x82000 COMPILE := loader-$(1).bin