remove redundant prerequisite
[buildroot.git] / package / usbmount / Config.in
blob26dc12702d19a5fc545400517e75f16898871e39
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.