Skip to content

Commit 8eea855

Browse files
plappermaulhauke
authored andcommitted
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 <[email protected]> Link: openwrt/openwrt#19687 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent ebee946 commit 8eea855

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

target/linux/realtek/image/common.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ define Device/zyxel_gs1900
8686
KERNEL_INITRAMFS := \
8787
kernel-bin | \
8888
append-dtb | \
89-
libdeflate-gzip | \
89+
rt-compress | \
9090
zyxel-vers | \
91-
uImage gzip | \
91+
rt-loader | \
92+
uImage none | \
9293
check-size 6976k
9394
endef

0 commit comments

Comments
 (0)