package/eudev: generate the hwdb.bin

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2019-10-29 23:07:54 +01:00 committed by Peter Korsgaard
parent c2fee90943
commit cf9afa50e1

View File

@ -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