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 <yszhou4t...@gmail.com> Signed-off-by: Petr Štetiar <yn...@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@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel