realtek: switch Zyxel GS1900 initramfs recipe to rt-loader
authorMarkus Stockhausen <[email protected]>
Wed, 6 Aug 2025 05:54:29 +0000 (01:54 -0400)
committerHauke Mehrtens <[email protected]>
Fri, 8 Aug 2025 16:29:21 +0000 (18:29 +0200)
These devices need a tiny (<8MB) initramfs. There are first
occurrences where this fails with newer kernels and diagnostic
packages.

Switch the recipe over to use lzma compression and rt-loader.

Signed-off-by: Markus Stockhausen <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19687
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/realtek/image/common.mk

index d68915ea90b43e9bf95cf46f951574a7bb0d5c59..39c97cd845f8c265bdcf26abac3e4461dcb4bf6c 100644 (file)
@@ -86,8 +86,9 @@ define Device/zyxel_gs1900
   KERNEL_INITRAMFS := \
        kernel-bin | \
        append-dtb | \
-       libdeflate-gzip | \
+       rt-compress | \
        zyxel-vers | \
-       uImage gzip | \
+       rt-loader | \
+       uImage none | \
        check-size 6976k
 endef