2
1

Config.in 305 B

123456789
  1. config BR2_PACKAGE_USBMOUNT
  2. bool "usbmount"
  3. default n
  4. select BR2_PACKAGE_UDEV_VOLUME_ID
  5. select BR2_PACKAGE_UDEV_SCSI_ID
  6. select BR2_PACKAGE_LOCKFILE_PROGS
  7. help
  8. The usbmount package automatically mounts USB mass storage devices
  9. when they are plugged in, and unmounts them when they are removed.