On Thu, 5 Mar 2020 at 19:46, Petr Štetiar <[email protected]> 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 <[email protected]>
> Signed-off-by: Petr Štetiar <[email protected]>
> ---
>  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
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to