From: Markus Stockhausen Date: Wed, 6 Aug 2025 05:54:29 +0000 (-0400) Subject: realtek: switch Zyxel GS1900 initramfs recipe to rt-loader X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19687%2Fhead;p=thirdparty%2Fopenwrt.git realtek: switch Zyxel GS1900 initramfs recipe to rt-loader 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 Link: https://github.com/openwrt/openwrt/pull/19687 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/realtek/image/common.mk b/target/linux/realtek/image/common.mk index d68915ea90b..39c97cd845f 100644 --- a/target/linux/realtek/image/common.mk +++ b/target/linux/realtek/image/common.mk @@ -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