Skip to content

Commit

Permalink
ipq40xx: compress kernel for Magic 2 WiFi next
Browse files Browse the repository at this point in the history
The bootcmd limits the kernel to 4 MiB which is
exceeded when using Device/FitImage. Device/FitzImage
reduces the size to around 3 MiB.

Signed-off-by: Thomas Bong <[email protected]>
  • Loading branch information
bong1991 committed Sep 1, 2023
1 parent f2ab88d commit 15c6cb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions target/linux/ipq40xx/image/generic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ endef
TARGET_DEVICES += compex_wpj428

define Device/devolo_magic-2-wifi-next
$(call Device/FitImage)
$(call Device/FitzImage)
DEVICE_VENDOR := devolo
DEVICE_MODEL := Magic 2 WiFi next
SOC := qcom-ipq4018
Expand All @@ -387,7 +387,6 @@ define Device/devolo_magic-2-wifi-next
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
DEFAULT := n
endef
# Missing DSA Setup
TARGET_DEVICES += devolo_magic-2-wifi-next

define Device/dlink_dap-2610
Expand Down

0 comments on commit 15c6cb9

Please sign in to comment.