[OpenWrt-Devel] [PATCH] malta: fix missing watchdog dependency in hwmon-sch5627

Petr Štetiar ynezz at true.cz
Thu Mar 5 06:46:21 EST 2020


Fixes following error uncovered while building malta/be on 5.4:

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

That dependency was introduced in upstream via 2d8c7ff52c24
("hwmon/sch56xx: Depend on watchdog for watchdog core functions") in
v3.5.

Cc: Yousong Zhou <yszhou4tech at gmail.com>
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 target/linux/malta/config-4.19 | 1 +
 target/linux/malta/config-5.4  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/malta/config-4.19 b/target/linux/malta/config-4.19
index f66036e27bb7..3ad7dbed7558 100644
--- a/target/linux/malta/config-4.19
+++ b/target/linux/malta/config-4.19
@@ -333,4 +333,5 @@ CONFIG_VT=y
 CONFIG_VT_CONSOLE=y
 CONFIG_VT_HW_CONSOLE_BINDING=y
 CONFIG_VXFS_FS=y
+CONFIG_WATCHDOG_CORE=y
 CONFIG_XPS=y
diff --git a/target/linux/malta/config-5.4 b/target/linux/malta/config-5.4
index 41fc9770435f..37d3dbef9ae0 100644
--- a/target/linux/malta/config-5.4
+++ b/target/linux/malta/config-5.4
@@ -341,4 +341,5 @@ CONFIG_VT=y
 CONFIG_VT_CONSOLE=y
 CONFIG_VT_HW_CONSOLE_BINDING=y
 CONFIG_VXFS_FS=y
+CONFIG_WATCHDOG_CORE=y
 CONFIG_XPS=y

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list