diff options
| author | Thomas Bong <thomas.bong@devolo.de> | 2023-08-31 10:43:15 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-03 23:11:51 +0200 |
| commit | 8554a4a7e37998bd214666d2ab7e469ce7c8757e (patch) | |
| tree | a0a008d7a6cb3ee14b78a463fa11169ac6615cef /target/linux | |
| parent | 838bb0c03f2c9953fa677779112e6f441fe740b9 (diff) | |
| download | upstream-8554a4a7e37998bd214666d2ab7e469ce7c8757e.tar.gz upstream-8554a4a7e37998bd214666d2ab7e469ce7c8757e.tar.bz2 upstream-8554a4a7e37998bd214666d2ab7e469ce7c8757e.zip | |
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>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 58836471f0c..15f48a67b25 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -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 @@ -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 |
