From: Adrian Schmutzler Date: Fri, 3 Apr 2020 14:41:02 +0000 (+0200) Subject: bcm63xx: fix missing watchdog core dependency X-Git-Tag: v21.02.0-rc1~3131 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6c521f6828833d911c8a3dabc6849f3045bcc5ac;p=openwrt%2Fstaging%2Fhauke.git bcm63xx: fix missing watchdog core dependency This patch follows the other patches that added the watchdog core to various (armvirt, malta, ath79, ...) targets that have been hit by the following build error: Package kmod-hwmon-sch5627 is missing dependencies for the following libraries: watchdog.ko In theory, we could have just added the CONFIG_WATCHDOG_CORE=y to the Kconfig variable of kmod-hwmon-sch5627's package definition. This would have forced the watchdog core to be builtin and less architectures would need to be updated. But we might as well follow through here. Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/bcm63xx/config-5.4 b/target/linux/bcm63xx/config-5.4 index a04645b8b9..c1587b84d6 100644 --- a/target/linux/bcm63xx/config-5.4 +++ b/target/linux/bcm63xx/config-5.4 @@ -278,5 +278,6 @@ CONFIG_TINY_SRCU=y CONFIG_USB_SUPPORT=y CONFIG_USE_OF=y CONFIG_VM_EVENT_COUNTERS=y +CONFIG_WATCHDOG_CORE=y CONFIG_WATCHDOG_NOWAYOUT=y CONFIG_WEAK_ORDERING=y