From 8eea85584633d6cf70c8a043629e09b1781d90f5 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Wed, 6 Aug 2025 01:54:29 -0400 Subject: [PATCH] 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 --- target/linux/realtek/image/common.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2