]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: use lzma recipe for TP-Link TL-ST1008F v2.0 19657/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 4 Aug 2025 09:17:55 +0000 (09:17 +0000)
committerRobert Marko <robimarko@gmail.com>
Wed, 6 Aug 2025 08:29:15 +0000 (10:29 +0200)
Use the lzma recipe for the device for both initramfs and sysupgrade to
save some flash space due to smaller image. U-Boot build on this device
has native lzma support.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19657
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/image/rtl930x.mk

index 436a67d84850f5df8a32dc7989d049f2bdfcc792..6f4b4148e86f1baeb47280aae039c3111e16aa85 100644 (file)
@@ -26,6 +26,7 @@ define Device/tplink_tl-st1008f_v2
   DEVICE_VARIANT := v2.0
   DEVICE_PACKAGES := kmod-gpio-pca953x
   IMAGE_SIZE := 31808k
+  $(Device/kernel-lzma)
 endef
 TARGET_DEVICES += tplink_tl-st1008f_v2