Config.in 381 B

12345678910111213
  1. config BR2_PACKAGE_USBMOUNT
  2. bool "usbmount"
  3. depends on BR2_PACKAGE_HAS_UDEV
  4. select BR2_PACKAGE_LOCKFILE_PROGS
  5. help
  6. The usbmount package automatically mounts USB mass storage
  7. devices when they are plugged in, and unmounts them when
  8. they are removed.
  9. https://wiki.debian.org/usbmount
  10. comment "usbmount requires udev to be enabled"
  11. depends on !BR2_PACKAGE_HAS_UDEV