projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9f0db
)
realtek: rtl930x: convert Hasivo S1100W to lzma only.
author
Markus Stockhausen
<
[email protected]
>
Mon, 4 Aug 2025 19:34:23 +0000
(15:34 -0400)
committer
Robert Marko
<
[email protected]
>
Wed, 6 Aug 2025 13:22:52 +0000
(15:22 +0200)
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 <
[email protected]
>
Signed-off-by: Markus Stockhausen <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19669
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 6f4b4148e86f1baeb47280aae039c3111e16aa85..1887f9a488eeba6fd6fd338a1f4317dfa26c5607 100644
(file)
--- a/
target/linux/realtek/image/rtl930x.mk
+++ b/
target/linux/realtek/image/rtl930x.mk
@@
-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