diff options
| author | Leon M. Busch-George <leon@georgemail.eu> | 2023-10-16 19:41:21 +0200 |
|---|---|---|
| committer | Christian Lamparter <chunkeey@gmail.com> | 2023-10-20 18:13:57 +0200 |
| commit | 2657e8cab7f3d621b66cfdd4e228da3b912af32a (patch) | |
| tree | 296da71b56e5c65a9044030aab8ddd4806984b60 /target/linux | |
| parent | d6a11833ad67c33ad10dadf396f6c30bb44ef30f (diff) | |
| download | upstream-2657e8cab7f3d621b66cfdd4e228da3b912af32a.tar.gz upstream-2657e8cab7f3d621b66cfdd4e228da3b912af32a.tar.bz2 upstream-2657e8cab7f3d621b66cfdd4e228da3b912af32a.zip | |
ipq40xx: wpj428: switch to zimage to fit kernel partition
Like with some other ipq40xx devices, the kernel image size for the WPJ428
is limited in stock u-boot. For that reason, the current release doesn't
include an image for the board.
By switching to the zImage format, the kernel image size is reduced which
re-enables the build process. The image boots and behaved normally through
a few days of testing.
Before the switch to kernel version 6.1, it was possible to reduce the
image size by enough when disabling UBIFS and its otherwise unneeded
dependencies.
Signed-off-by: Leon M. Busch-George <leon@georgemail.eu>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 6581d81c00e..d79fda3156a 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -354,7 +354,7 @@ endef #TARGET_DEVICES += compex_wpj419 define Device/compex_wpj428 - $(call Device/FitImage) + $(call Device/FitzImage) DEVICE_VENDOR := Compex DEVICE_MODEL := WPJ428 SOC := qcom-ipq4028 |
