mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 05:52:11 +00:00
- 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.
|