Skip to content
Snippets Groups Projects
Commit f68c48f7 authored by David Bauer's avatar David Bauer
Browse files

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 e546e625 ("malta: fix missing watchdog core
dependency for hwmon-sch5627") for a detailed explanation.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent ee808154
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment