aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/config-5.4
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-03-15 03:36:16 +0100
committerDavid Bauer <mail@david-bauer.net>2020-03-15 03:36:16 +0100
commitf68c48f7dda2e35d343e69c714b8de2ff211957b (patch)
treed66e929c619db517702aa29e4c89cc5f3c7d12fb /target/linux/ath79/config-5.4
parentee808154571229cd3b677ea6c1ab96b122475c10 (diff)
downloadupstream-f68c48f7dda2e35d343e69c714b8de2ff211957b.tar.gz
upstream-f68c48f7dda2e35d343e69c714b8de2ff211957b.tar.bz2
upstream-f68c48f7dda2e35d343e69c714b8de2ff211957b.zip
ath79: fix missing watchdog core dependency for hwmon-sch5627
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>
Diffstat (limited to 'target/linux/ath79/config-5.4')
-rw-r--r--target/linux/ath79/config-5.41
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/config-5.4 b/target/linux/ath79/config-5.4
index 6f607ee7e4..d591f884e7 100644
--- 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