1config 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 11 https://wiki.debian.org/usbmount 12 13comment "usbmount requires udev to be enabled" 14 depends on BR2_USE_MMU 15 depends on !BR2_PACKAGE_HAS_UDEV 16