From: Markus Stockhausen Date: Sun, 1 Sep 2024 06:51:17 +0000 (-0400) Subject: realtek: 6.6: fix rtl931x kernel config X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=91eaa7690969b6a4eb51a5d7e3eb707ad0187378;p=openwrt%2Fstaging%2Fthess.git 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 --- 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