projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325d79f
)
realtek: 6.6: fix rtl931x kernel config
author
Markus Stockhausen
<
[email protected]
>
Sun, 1 Sep 2024 06:51:17 +0000
(
02:51
-0400)
committer
Sander Vanheule
<
[email protected]
>
Sat, 14 Sep 2024 17:58:54 +0000
(19:58 +0200)
The CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US is missing. Avoid
complaints and add it with its default 125.
Signed-off-by: Markus Stockhausen <
[email protected]
>
target/linux/realtek/rtl931x/config-6.6
patch
|
blob
|
history
diff --git
a/target/linux/realtek/rtl931x/config-6.6
b/target/linux/realtek/rtl931x/config-6.6
index 2da27941c74c395d47d3bcf17782b7fc5cff6787..736f4720296d8c0762dc1aab335ca48b585108cc 100644
(file)
--- 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