summaryrefslogtreecommitdiff
path: root/package/udev/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegor_sub1@visionsystems.de>2011-07-22 16:51:28 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-25 23:33:29 +0200
commitf0952fcdb614cb144f41b2b72f944f4236c5cb2c (patch)
treef5048dcf68b28c830ace90ee7d8c25af7660a183 /package/udev/Config.in
parentc663498aac2a82e73e8cc3d604a1637502a49e21 (diff)
udev: bump version and clean up
[Peter: fix Config.in deps, add host-pkg-config] Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/udev/Config.in')
-rw-r--r--package/udev/Config.in46
1 files changed, 16 insertions, 30 deletions
diff --git a/package/udev/Config.in b/package/udev/Config.in
index 6438d4f0a..254a8f43d 100644
--- a/package/udev/Config.in
+++ b/package/udev/Config.in
@@ -5,37 +5,23 @@ config BR2_PACKAGE_UDEV
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
-config BR2_PACKAGE_UDEV_UTILS
- bool "udev-utils"
- depends on BR2_PACKAGE_UDEV
- help
- Adds the udevmonitor, udevinfo, and udevtest binaries
- to your filesystem.
-
-menu "Extra udev tools"
- depends on BR2_PACKAGE_UDEV
-
-config BR2_PACKAGE_UDEV_VOLUME_ID
- bool "udev-libvolume_id"
- depends on BR2_PACKAGE_UDEV
- help
- Build and install volume identification library.
+if BR2_PACKAGE_UDEV
-config BR2_PACKAGE_UDEV_SCSI_ID
- bool "udev-scsi_id"
- depends on BR2_PACKAGE_UDEV_VOLUME_ID
+config BR2_PACKAGE_UDEV_ALL_EXTRAS
+ bool "enable all extras"
+ depends on BR2_LARGEFILE
+ depends on BR2_USE_WCHAR
+ select BR2_PACKAGE_ACL
+ select BR2_PACKAGE_LIBUSB
+ select BR2_PACKAGE_LIBUSB_COMPAT
+ select BR2_PACKAGE_USBUTILS
+ select BR2_PACKAGE_HWDATA
+ select BR2_PACKAGE_LIBGLIB2
help
- Build and install SCSI disk identification library.
+ Enable all extras with external dependencies like
+ libacl, libusb, libusb-compat, usbutils, hwdata
-config BR2_PACKAGE_UDEV_PATH_ID
- bool "udev-path_id"
- depends on BR2_PACKAGE_UDEV_VOLUME_ID
- help
- Install udev's unique device path generation program path_id.
+comment "udev extras requires a toolchain with LARGEFILE + WCHAR support"
+ depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
-config BR2_PACKAGE_UDEV_FIRMWARE_SH
- bool "udev-firmware_sh"
- depends on BR2_PACKAGE_UDEV_VOLUME_ID
- help
- Install udev's firmware loading script firmware.sh.
-endmenu
+endif