diff options
| author | Markus Stockhausen | 2025-06-08 16:43:56 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-06-28 14:14:55 +0000 |
| commit | e32977f7acd6d4aa070e6642ee2ba971e66d40eb (patch) | |
| tree | 396690f41247ab80a086e65297db5f6fbd8898a8 | |
| parent | ae0a1f5b08088301c82fe27aa1e9ecbd68a3bbc3 (diff) | |
| download | openwrt-e32977f7acd6d4aa070e6642ee2ba971e66d40eb.tar.gz | |
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@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/18397
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/realtek/image/rtl838x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |