From: Jonas Jelonek Date: Mon, 4 Aug 2025 09:17:55 +0000 (+0000) Subject: realtek: use lzma recipe for TP-Link TL-ST1008F v2.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd861f05cc529031fb7d89c9497db2b6e39f2c50;p=thirdparty%2Fopenwrt.git realtek: use lzma recipe for TP-Link TL-ST1008F v2.0 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 Link: https://github.com/openwrt/openwrt/pull/19657 Signed-off-by: Robert Marko --- diff --git a/target/linux/realtek/image/rtl930x.mk b/target/linux/realtek/image/rtl930x.mk index 436a67d8485..6f4b4148e86 100644 --- a/target/linux/realtek/image/rtl930x.mk +++ b/target/linux/realtek/image/rtl930x.mk @@ -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