summaryrefslogtreecommitdiffstats
path: root/package/usbmount/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* usbmount: stop using blkid, use udev environment variables insteadSven Neumann2013-06-191-6/+2
| | | | | | | | | | | The blkid binary is not any longer installed when libblkid from util-linux is selected. udev has a builtin blkid command though and already detects all values that we are interested in. Change the usbmount script to use the environment variables set by udev instead of calling blkid directly. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* usbmount: depend on udev rather than selecting itPeter Korsgaard2011-08-151-2/+2
| | | | | | | udev is much more than a library, so we shouldn't use select to silently enable it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependencyPeter Korsgaard2011-07-291-1/+0
| | | | | | | | | | | | | | Drop the dependency as it isn't really nice that other packages need to select it, and kconf complains about it: warning: (BR2_PACKAGE_E2FSPROGS && BR2_PACKAGE_USBMOUNT) selects BR2_PACKAGE_BUSYBOX_SHOW_OTHERS which has unmet direct dependencies (!BR2_PACKAGE_BUSYBOX) Instead ensure that only the libraries are built by default, so busybox applets are still used unless explicitly configured. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* usbmount fixesYegor Yefremov2011-07-271-0/+8
| | | | | | | | | | | - create mounting points - fix dependencies - fix udev rules - fix fs type detection [Peter: fix Config.in deps, create usb7, only remove /media/usb?] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* usbmount: bump to 0.0.21Yegor Yefremov2011-07-211-1/+2
| | | | | | [Peter: fix udev dep, use Debian mirrors, fix usbmount.rules install, uninstall] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* usbmount: convert to gentargets and fix dependenciesPeter Korsgaard2010-09-191-1/+1
| | | | | | | udev needs to be selected before the sub options can be selected, and UDEV_SCSI_ID isn't needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Modify the main script to use the lockfile program utilities. Mounting and ↵"Steven J. Hill"2007-05-071-0/+2
| | | | un-mounting do not work reliably without them.
* Satisfy dependency."Steven J. Hill"2007-02-061-0/+1
|
* Add new package."Steven J. Hill"2007-01-141-0/+6