From e32977f7acd6d4aa070e6642ee2ba971e66d40eb Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Sun, 8 Jun 2025 12:43:56 -0400 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/18397 Signed-off-by: Robert Marko --- 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 714b69d90d5..cb9a0903fda 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 -- 2.47.2