Skip to content

Commit

Permalink
Fix IMAGE_SIZE, add KERNEL_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMarco committed Mar 30, 2024
1 parent 2209179 commit 79decb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/ath79/image/generic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79decb2

Please sign in to comment.