c09e51037a
- Selecting symbols with dependencies doesn't work unless you select the dependencies as well - udev-volume-id target gone, use the generic udev one instead Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
config BR2_PACKAGE_HAL
|
|
bool "hal"
|
|
select BR2_PACKAGE_DBUS
|
|
select BR2_PACKAGE_DBUS_GLIB
|
|
select BR2_PACKAGE_HWDATA
|
|
select BR2_PACKAGE_UDEV
|
|
select BR2_PACKAGE_UDEV_VOLUME_ID
|
|
help
|
|
The Hardware Abstraction Layer (HAL) suite.
|