From 07099431822b1ba08a8e9514906c9795560b2291 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 20 Feb 2020 10:29:09 +0100 Subject: [PATCH] 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 --- target/linux/ath79/image/generic.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2