[openwrt/openwrt] realtek: 6.6: fix rtl931x kernel config
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 14 12:29:45 PDT 2024
svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/91eaa7690969b6a4eb51a5d7e3eb707ad0187378
commit 91eaa7690969b6a4eb51a5d7e3eb707ad0187378
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Sun Sep 1 02:51:17 2024 -0400
realtek: 6.6: fix rtl931x kernel config
The CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US is missing. Avoid
complaints and add it with its default 125.
Signed-off-by: Markus Stockhausen <markus.stockhausen at gmx.de>
---
target/linux/realtek/rtl931x/config-6.6 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/realtek/rtl931x/config-6.6 b/target/linux/realtek/rtl931x/config-6.6
index 2da27941c7..736f472029 100644
--- a/target/linux/realtek/rtl931x/config-6.6
+++ b/target/linux/realtek/rtl931x/config-6.6
@@ -11,6 +11,7 @@ CONFIG_BOARD_SCACHE=y
CONFIG_CEVT_RTL9300=y
CONFIG_CLKSRC_MIPS_GIC=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
+CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=125
CONFIG_CLONE_BACKWARDS=y
CONFIG_COMMON_CLK=y
# CONFIG_COMMON_CLK_REALTEK is not set
More information about the lede-commits
mailing list