summaryrefslogtreecommitdiffstats
path: root/package/udev/Config.in
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 00:59:10 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 00:59:10 +0000
commit0a4b6a3bc7e9f325efbf8f3b01e90c762172e7d7 (patch)
tree6d5f46330f166e7ef7efcad951a0b4520848618b /package/udev/Config.in
parent5d8342c7f74109ecdcc6049e3972aac2e6db7756 (diff)
downloadbuildroot-novena-0a4b6a3bc7e9f325efbf8f3b01e90c762172e7d7.tar.gz
buildroot-novena-0a4b6a3bc7e9f325efbf8f3b01e90c762172e7d7.zip
Upgrade to udev-101. We also create and init script that actually works and has been tested in multiple PowerPC embedded platforms. We also add a new config option to build the volume_id library which will be used by D-Bus and HAL.
Diffstat (limited to 'package/udev/Config.in')
-rw-r--r--package/udev/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/udev/Config.in b/package/udev/Config.in
index 3bf101459..03012b924 100644
--- a/package/udev/Config.in
+++ b/package/udev/Config.in
@@ -5,3 +5,23 @@ config BR2_PACKAGE_UDEV
Userspace device daemon.
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
+
+config BR2_PACKAGE_UDEV_UTILS
+ bool "udev-utils"
+ default n
+ depends on BR2_PACKAGE_UDEV
+ help
+ Adds the udevmonitor, udevinfo, and udevtest binaries
+ to your filesystem.
+
+menu "Extra udev tools"
+ depends BR2_PACKAGE_UDEV
+
+config BR2_PACKAGE_UDEV_VOLUME_ID
+ bool "udev-libvolume_id"
+ default n
+ depends on BR2_PACKAGE_UDEV
+ help
+ Build and install volume identification library.
+
+endmenu