e26267ef2e
The blkid binary is not any longer installed when libblkid from util-linux is selected. udev has a builtin blkid command though and already detects all values that we are interested in. Change the usbmount script to use the environment variables set by udev instead of calling blkid directly. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
config BR2_PACKAGE_USBMOUNT
|
|
bool "usbmount"
|
|
depends on BR2_PACKAGE_UDEV
|
|
select BR2_PACKAGE_LOCKFILE_PROGS
|
|
help
|
|
The usbmount package automatically mounts USB mass storage devices
|
|
when they are plugged in, and unmounts them when they are removed.
|
|
|
|
http://usbmount.alioth.debian.org/
|
|
|
|
comment "usbmount requires udev to be enabled"
|
|
depends on !BR2_PACKAGE_UDEV
|