Config.in 461 B

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