diff options
| author | Markus Stockhausen | 2024-09-01 06:51:17 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2024-09-14 17:58:54 +0000 |
| commit | 91eaa7690969b6a4eb51a5d7e3eb707ad0187378 (patch) | |
| tree | 09fd41e7e83aa869f1b6c78c42488339cb22e92f | |
| parent | 325d79f0f94135f73866169ebc61b7cd0e9239de (diff) | |
| download | openwrt-91eaa7690969b6a4eb51a5d7e3eb707ad0187378.tar.gz | |
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@gmx.de>
| -rw-r--r-- | target/linux/realtek/rtl931x/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |