From d49f62d1a4f73cc8607a43b1403229e6759e107f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 6 Apr 2026 11:57:03 -0700 Subject: [PATCH] ath79: wndap360: fix sysupgrade BLOCKSIZE is wrong here. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22769 Signed-off-by: Robert Marko --- target/linux/ath79/image/generic.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 0e831ce9bc..26ebdb3b94 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -2236,13 +2236,12 @@ define Device/netgear_wndap360 DEVICE_MODEL := WNDAP360 DEVICE_PACKAGES := kmod-owl-loader IMAGE_SIZE := 7744k - BLOCKSIZE := 256k LOADER_TYPE := bin KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | uImage none KERNEL_INITRAMFS := $$(KERNEL) IMAGES := sysupgrade.bin - IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | \ - check-size | append-metadata + IMAGE/sysupgrade.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \ + append-rootfs | pad-rootfs | check-size | append-metadata endef TARGET_DEVICES += netgear_wndap360