]> git.ipfire.org Git - thirdparty/openwrt.git/commit
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)
committermaurerr <mariusd84@gmail.com>
Wed, 1 Sep 2021 08:06:53 +0000 (08:06 +0000)
commiteb0480fc8fdc71b59cd9d3f490c94650493216f3
treebd0fb2ca23800510935875c50ac8ed0648bea69b
parentfe1e8aa1378294812e72332f7d9aa2d520b03638
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>
Signed-off-by: maurerr <mariusd84@gmail.com>
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