projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ba4cf
)
realtek: use lzma recipe for TP-Link TL-ST1008F v2.0
author
Jonas Jelonek
<
[email protected]
>
Mon, 4 Aug 2025 09:17:55 +0000
(09:17 +0000)
committer
Robert Marko
<
[email protected]
>
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19657
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/realtek/image/rtl930x.mk
patch
|
blob
|
history
diff --git
a/target/linux/realtek/image/rtl930x.mk
b/target/linux/realtek/image/rtl930x.mk
index 436a67d84850f5df8a32dc7989d049f2bdfcc792..6f4b4148e86f1baeb47280aae039c3111e16aa85 100644
(file)
--- 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