ipq40xx: compress kernel for Magic 2 WiFi next
The bootcmd limits the kernel to 4 MiB which is exceeded when using Device/FitImage. Device/FitzImage reduces the size to around 3 MiB. Reviewed-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Thomas Bong <thomas.bong@devolo.de>
This commit is contained in:
parent
838bb0c03f
commit
8554a4a7e3
1 changed files with 1 additions and 2 deletions
|
@ -371,7 +371,7 @@ endef
|
||||||
TARGET_DEVICES += compex_wpj428
|
TARGET_DEVICES += compex_wpj428
|
||||||
|
|
||||||
define Device/devolo_magic-2-wifi-next
|
define Device/devolo_magic-2-wifi-next
|
||||||
$(call Device/FitImage)
|
$(call Device/FitzImage)
|
||||||
DEVICE_VENDOR := devolo
|
DEVICE_VENDOR := devolo
|
||||||
DEVICE_MODEL := Magic 2 WiFi next
|
DEVICE_MODEL := Magic 2 WiFi next
|
||||||
SOC := qcom-ipq4018
|
SOC := qcom-ipq4018
|
||||||
|
@ -387,7 +387,6 @@ define Device/devolo_magic-2-wifi-next
|
||||||
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
|
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
|
||||||
DEFAULT := n
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
# Missing DSA Setup
|
|
||||||
TARGET_DEVICES += devolo_magic-2-wifi-next
|
TARGET_DEVICES += devolo_magic-2-wifi-next
|
||||||
|
|
||||||
define Device/dlink_dap-2610
|
define Device/dlink_dap-2610
|
||||||
|
|
Loading…
Reference in a new issue