summaryrefslogtreecommitdiff
path: root/package/usbmount/Config.in
AgeCommit message (Collapse)Author
2011-08-15usbmount: depend on udev rather than selecting itPeter Korsgaard
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>
2011-07-29util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependencyPeter Korsgaard
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>
2011-07-27usbmount fixesYegor Yefremov
- 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>
2011-07-21usbmount: bump to 0.0.21Yegor Yefremov
[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>
2010-09-19usbmount: convert to gentargets and fix dependenciesPeter Korsgaard
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>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-05-07Modify the main script to use the lockfile program utilities. Mounting and ↵"Steven J. Hill"
un-mounting do not work reliably without them.
2007-02-06Satisfy dependency."Steven J. Hill"
2007-01-14Add new package."Steven J. Hill"