mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
realtek: rtl930x: convert Hasivo S1100W to lzma only.
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
The current build recipe creates a lzma based initramfs and a gzip based sysupgrade (installation) image. No need to use different compression methods. Use lzma for both. Tested-by: Andrew LaMarche <andrewjlamarche@gmail.com> Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: https://github.com/openwrt/openwrt/pull/19669 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
2a9f0db76f
commit
2c501d9db9
1 changed files with 1 additions and 5 deletions
|
|
@ -10,11 +10,7 @@ define Device/hasivo_s1100w-8xgt-se
|
|||
DEVICE_VENDOR := Hasivo
|
||||
DEVICE_MODEL := S1100W-8XGT-SE
|
||||
IMAGE_SIZE := 12288k
|
||||
KERNEL_INITRAMFS := \
|
||||
kernel-bin | \
|
||||
append-dtb | \
|
||||
lzma | \
|
||||
uImage lzma
|
||||
$(Device/kernel-lzma)
|
||||
endef
|
||||
TARGET_DEVICES += hasivo_s1100w-8xgt-se
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue