kernel: set WATCHDOG_CORE dependency in kmod-hwmon-sch5627
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 22 Aug 2020 11:20:07 +0000 (13:20 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 24 Aug 2020 12:09:11 +0000 (14:09 +0200)
commitcc501ab021b6db0df1601895ddcb2c8b4d4146fa
treebd0fb2ca23800510935875c50ac8ed0648bea69b
parent58d2bd88aefef1f3a37b401223fccae374af6c63
kernel: set WATCHDOG_CORE dependency in kmod-hwmon-sch5627

For many target we have added CONFIG_WATCHDOG_CORE=y to the target
config due to the following error:

 Package kmod-hwmon-sch5627 is missing dependencies for the following
 libraries:
 watchdog.ko

However, actually the proper way appears to be setting the
dependency for the kmod-hwmon-sch5627 package, as the error message
demands.

Do this in this patch and remove the target config entries added
due to this issue.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
package/kernel/linux/modules/hwmon.mk
target/linux/arc770/config-5.4
target/linux/armvirt/config-5.4
target/linux/ath79/config-5.4
target/linux/bcm63xx/config-5.4
target/linux/malta/config-5.4
target/linux/x86/geode/config-4.19
target/linux/x86/geode/config-5.4
target/linux/x86/legacy/config-4.19
target/linux/x86/legacy/config-5.4