projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372afe1
)
ipq40xx-generic: EN WS-AP3915i remove BLOCKSIZE from image definition
author
Florian Maurer
<f.maurer@outlook.de>
Thu, 19 Dec 2024 09:46:40 +0000
(10:46 +0100)
committer
Robert Marko
<robimarko@gmail.com>
Mon, 23 Dec 2024 15:45:44 +0000
(16:45 +0100)
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@outlook.de>
Link:
https://github.com/openwrt/openwrt/pull/17305
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit
24fc5ff2136a10bf0ee9e764ae0404b2928a67ce
)
target/linux/ipq40xx/image/generic.mk
patch
|
blob
|
history
diff --git
a/target/linux/ipq40xx/image/generic.mk
b/target/linux/ipq40xx/image/generic.mk
index d92d0824f9a3319ed42dad306825206a65644b37..21841f4bf1776cdda87258594b9a0a2f34c64fd8 100644
(file)
--- 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