[openwrt/openwrt] realtek: Convert LGS310C to compressed kernel
LEDE Commits
lede-commits at lists.infradead.org
Sat Jun 28 07:15:01 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e32977f7acd6d4aa070e6642ee2ba971e66d40eb
commit e32977f7acd6d4aa070e6642ee2ba971e66d40eb
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Sun Jun 8 12:43:56 2025 -0400
realtek: Convert LGS310C to compressed kernel
There are too many supported Realtek devices so avoid activating the
rt loader recipe in the default builds. Just start with the LGS310C.
Signed-off-by: Markus Stockhausen <markus.stockhausen at gmx.de>
Link: https://github.com/openwrt/openwrt/pull/18397
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/realtek/image/rtl838x.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/realtek/image/rtl838x.mk b/target/linux/realtek/image/rtl838x.mk
index 714b69d90d..cb9a0903fd 100644
--- a/target/linux/realtek/image/rtl838x.mk
+++ b/target/linux/realtek/image/rtl838x.mk
@@ -194,6 +194,7 @@ endef
TARGET_DEVICES += iodata_bsh-g24mb
define Device/linksys_lgs310c
+ $(Device/uimage-rt-loader)
SOC := rtl8380
IMAGE_SIZE := 13504k
DEVICE_VENDOR := Linksys
More information about the lede-commits
mailing list