]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: switch Zyxel GS1900 initramfs recipe to rt-loader 19687/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Wed, 6 Aug 2025 05:54:29 +0000 (01:54 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
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 <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19687
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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