diff options
| author | David Bauer | 2020-02-20 09:29:09 +0000 |
|---|---|---|
| committer | David Bauer | 2020-02-20 09:41:12 +0000 |
| commit | 07099431822b1ba08a8e9514906c9795560b2291 (patch) | |
| tree | ff754c504f11b0bea2383cb9a9b5836c3a608221 | |
| parent | 215598fd03899c19a9cd26266221269dd5ec8cee (diff) | |
| download | openwrt-07099431822b1ba08a8e9514906c9795560b2291.tar.gz | |
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 <mail@david-bauer.net>
| -rw-r--r-- | target/linux/ath79/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |