Skip to content
Snippets Groups Projects
Commit 07099431 authored by David Bauer's avatar David Bauer
Browse files

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: default avatarDavid Bauer <mail@david-bauer.net>
parent 215598fd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment