Преглед на файлове

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: https://github.com/openwrt/openwrt/pull/19687
Signed-off-by: Hauke Mehrtens <[email protected]>
Markus Stockhausen преди 4 месеца
родител
ревизия
8eea855846
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      target/linux/realtek/image/common.mk

+ 3 - 2
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