forked from mirror/openwrt
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>
This commit is contained in:
parent
e0ba4cf086
commit
bd861f05cc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue