[OpenWrt-Devel] [PATCH] malta: fix missing watchdog dependency in hwmon-sch5627
Yousong Zhou
yszhou4tech at gmail.com
Mon Mar 9 22:55:13 EDT 2020
On Thu, 5 Mar 2020 at 19:46, Petr Štetiar <ynezz at true.cz> wrote:
>
> 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(+)
The issue appeared to be caused by CONFIG_WATCHDOG_CORE being changed
from bool type to tristate type. Previously it will be selected to be
builtin, now a module.
Regards,
yousong
_______________________________________________
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