1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ipq40xx: fix typo in Linksys WHW01 image definition

Use lower-case "k" in IMAGE_SIZE for Linksys WHW01, permitting proper unit
conversions in build recipes (e.g. 75776k -> 75776*1024).

Fixes: 2a9f3b7717 ("ipq40xx: fix up Linksys WHW01 board name, device definition")
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
This commit is contained in:
Tony Ambardar 2023-10-01 21:51:32 -07:00 committed by Hauke Mehrtens
parent e29f4a3f70
commit c66511bc48

@ -742,7 +742,7 @@ define Device/linksys_whw01
DEVICE_VENDOR := Linksys
DEVICE_MODEL := WHW01
KERNEL_SIZE := 6144k
IMAGE_SIZE := 75776K
IMAGE_SIZE := 75776k
SOC := qcom-ipq4018
BLOCKSIZE := 128k
PAGESIZE := 2048