projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee80815
)
ath79: fix missing watchdog core dependency for hwmon-sch5627
author
David Bauer
<mail@david-bauer.net>
Sun, 15 Mar 2020 02:36:16 +0000
(
03:36
+0100)
committer
David Bauer
<mail@david-bauer.net>
Sun, 15 Mar 2020 02:36:16 +0000
(
03:36
+0100)
Fixes following error uncovered while building ath79/tiny on 5.4:
Package kmod-hwmon-sch5627 is missing dependencies for the following
libraries:
watchdog.ko
See the similar commit
e546e6252bb1
("malta: fix missing watchdog core
dependency for hwmon-sch5627") for a detailed explanation.
Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/ath79/config-5.4
patch
|
blob
|
history
diff --git
a/target/linux/ath79/config-5.4
b/target/linux/ath79/config-5.4
index 6f607ee7e409db6809336864cc0ce2ffca181552..d591f884e70331f3c9eb67f407c503956a865c9b 100644
(file)
--- a/
target/linux/ath79/config-5.4
+++ b/
target/linux/ath79/config-5.4
@@
-244,3
+244,4
@@
CONFIG_TICK_CPU_ACCOUNTING=y
CONFIG_TINY_SRCU=y
CONFIG_USB_SUPPORT=y
CONFIG_USE_OF=y
+CONFIG_WATCHDOG_CORE=y