Config.in 581 B

12345678910111213141516
  1. config BR2_PACKAGE_USBMOUNT
  2. bool "usbmount"
  3. depends on BR2_LARGEFILE # util-linux
  4. depends on BR2_USE_WCHAR # util-linux
  5. depends on BR2_PACKAGE_UDEV
  6. select BR2_PACKAGE_LOCKFILE_PROGS
  7. select BR2_PACKAGE_UTIL_LINUX
  8. select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
  9. help
  10. The usbmount package automatically mounts USB mass storage devices
  11. when they are plugged in, and unmounts them when they are removed.
  12. http://usbmount.alioth.debian.org/
  13. comment "usbmount requires a toolchain with LARGEFILE + WCHAR support"
  14. depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) && BR2_PACKAGE_UDEV