From: Yann E. MORIN Date: Tue, 29 Oct 2019 22:07:54 +0000 (+0100) Subject: package/eudev: generate the hwdb.bin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf9afa50e18d1feaeab238e4a4d556f06eb3ecf9;p=buildroot.git package/eudev: generate the hwdb.bin Signed-off-by: Yann E. MORIN Cc: Peter Korsgaard Cc: Thomas Petazzoni Cc: Carlos Santos Signed-off-by: Peter Korsgaard --- diff --git a/package/eudev/Config.in b/package/eudev/Config.in index 2220265a55..b1d2f37a72 100644 --- a/package/eudev/Config.in +++ b/package/eudev/Config.in @@ -29,8 +29,9 @@ config BR2_PACKAGE_EUDEV_RULES_GEN config BR2_PACKAGE_EUDEV_ENABLE_HWDB bool "enable hwdb installation" default y + select BR2_PACKAGE_HOST_EUDEV # for udevadm, during target-finalize help - Enables hardware database installation to /etc/udev/hwdb.d + Enables hardware database installation to /etc/udev/hwdb.bin endif