From 79decb245ac1832984a9cc885deb0ee32734fcf5 Mon Sep 17 00:00:00 2001 From: Marco von Rosenberg Date: Sat, 30 Mar 2024 23:04:30 +0100 Subject: [PATCH] Fix IMAGE_SIZE, add KERNEL_SIZE --- target/linux/ath79/image/generic.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 19abb9a6786f3a..64b13b642b91fc 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -1820,7 +1820,8 @@ define Device/huawei_ap5030dn DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct LOADER_TYPE := bin LOADER_FLASH_OFFS := 0x111E00 - IMAGE_SIZE := 7680k + KERNEL_SIZE := 15360k + IMAGE_SIZE := 30720k COMPILE := loader-$(1).bin COMPILE/loader-$(1).bin := loader-okli-compile | pad-to 64k | uImage none KERNEL := kernel-bin | append-dtb | lzma | uImage lzma -M 0x4f4b4c49 | loader-okli $(1) 8128