diff options
| author | Jonas Jelonek | 2025-08-04 09:17:55 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-08-06 08:29:15 +0000 |
| commit | bd861f05cc529031fb7d89c9497db2b6e39f2c50 (patch) | |
| tree | 864b1a9cb4c21fc3aa4da4c3cb2eece003f5cd9f | |
| parent | e0ba4cf0867f616c0c6a35d990763069bac7e868 (diff) | |
| download | openwrt-bd861f05cc529031fb7d89c9497db2b6e39f2c50.tar.gz | |
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 <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19657
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/realtek/image/rtl930x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/image/rtl930x.mk b/target/linux/realtek/image/rtl930x.mk index 436a67d848..6f4b4148e8 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 |