[openwrt/openwrt] ipq40xx-generic: EN WS-AP3915i remove BLOCKSIZE from image definition
LEDE Commits
lede-commits at lists.infradead.org
Mon Dec 23 07:45:16 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/24fc5ff2136a10bf0ee9e764ae0404b2928a67ce
commit 24fc5ff2136a10bf0ee9e764ae0404b2928a67ce
Author: Florian Maurer <f.maurer at outlook.de>
AuthorDate: Thu Dec 19 10:46:40 2024 +0100
ipq40xx-generic: EN WS-AP3915i remove BLOCKSIZE from image definition
The blocksize was too high, resulting in forgetting the config on sysupgrade
It is not needed for SPI-NOR.
Signed-off-by: Florian Maurer <f.maurer at outlook.de>
Link: https://github.com/openwrt/openwrt/pull/17305
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/ipq40xx/image/generic.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index d92d0824f9..21841f4bf1 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -542,7 +542,6 @@ define Device/extreme-networks_ws-ap3915i
DEVICE_MODEL := WS-AP3915i
IMAGE_SIZE := 30080k
SOC := qcom-ipq4029
- BLOCKSIZE := 128k
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size | append-metadata
endef
TARGET_DEVICES += extreme-networks_ws-ap3915i
More information about the lede-commits
mailing list