2007-01-14 04:31:43 +01:00
|
|
|
config BR2_PACKAGE_USBMOUNT
|
|
|
|
bool "usbmount"
|
2011-08-15 12:11:58 +02:00
|
|
|
depends on BR2_PACKAGE_UDEV
|
2007-05-07 06:03:42 +02:00
|
|
|
select BR2_PACKAGE_LOCKFILE_PROGS
|
2007-01-14 04:31:43 +01:00
|
|
|
help
|
|
|
|
The usbmount package automatically mounts USB mass storage devices
|
|
|
|
when they are plugged in, and unmounts them when they are removed.
|
2011-07-20 16:46:28 +02:00
|
|
|
|
|
|
|
http://usbmount.alioth.debian.org/
|
2011-07-22 16:58:19 +02:00
|
|
|
|
2013-06-19 17:56:28 +02:00
|
|
|
comment "usbmount requires udev to be enabled"
|
|
|
|
depends on !BR2_PACKAGE_UDEV
|