[openwrt/openwrt] realtek: rtl930x: convert Hasivo S1100W to lzma only.

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 6 06:22:56 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2c501d9db93b780b961caf99c8dc8c6bfdcc7d05

commit 2c501d9db93b780b961caf99c8dc8c6bfdcc7d05
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Mon Aug 4 15:34:23 2025 -0400

    realtek: rtl930x: convert Hasivo S1100W to lzma only.
    
    The current build recipe creates a lzma based initramfs and
    a gzip based sysupgrade (installation) image. No need to
    use different compression methods. Use lzma for both.
    
    Tested-by: Andrew LaMarche <andrewjlamarche at gmail.com>
    Signed-off-by: Markus Stockhausen <markus.stockhausen at gmx.de>
    Link: https://github.com/openwrt/openwrt/pull/19669
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/realtek/image/rtl930x.mk | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/target/linux/realtek/image/rtl930x.mk b/target/linux/realtek/image/rtl930x.mk
index 6f4b4148e8..1887f9a488 100644
--- a/target/linux/realtek/image/rtl930x.mk
+++ b/target/linux/realtek/image/rtl930x.mk
@@ -10,11 +10,7 @@ define Device/hasivo_s1100w-8xgt-se
   DEVICE_VENDOR := Hasivo
   DEVICE_MODEL := S1100W-8XGT-SE
   IMAGE_SIZE := 12288k
-  KERNEL_INITRAMFS := \
-	kernel-bin | \
-	append-dtb | \
-	lzma | \
-	uImage lzma
+  $(Device/kernel-lzma)
 endef
 TARGET_DEVICES += hasivo_s1100w-8xgt-se
 




More information about the lede-commits mailing list