summaryrefslogtreecommitdiffstats
path: root/rules/udev.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-01-27 16:08:56 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-01-27 16:08:56 +0000
commitfba423300683ef8108a6b9ff11aee94880013a19 (patch)
tree499f60fb51fc5bb30f9b4499184868f3d635a9fe /rules/udev.in
parente0809de2d8401e34e09644ac099f86d0fcc81834 (diff)
downloadptxdist-fba423300683ef8108a6b9ff11aee94880013a19.tar.gz
ptxdist-fba423300683ef8108a6b9ff11aee94880013a19.tar.xz
* udev: version bump 136 -> 137
* udev: make libudev installation configurable (wasn't installed yet) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9655 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/udev.in')
-rw-r--r--rules/udev.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/rules/udev.in b/rules/udev.in
index 75344dab5..635f20db0 100644
--- a/rules/udev.in
+++ b/rules/udev.in
@@ -146,7 +146,7 @@ menu "install options "
config UDEV__ETC_CONF
bool
default y
- prompt "Install udev.conf"
+ prompt "install udev.conf"
help
Installs /etc/udev/udev.conf. If you don't wish to install the
generic udev.conf, just put a copy of your own udev.conf file into
@@ -154,25 +154,31 @@ menu "install options "
config UDEV__DEFAULT_RULES
bool
- prompt "Install default udev rules"
+ prompt "install default udev rules"
help
This will install the generic udev rules files from the udev package
under /lib/udev/rules.d/
config UDEV__COMMON_RULES
bool
- prompt "Install common udev rules"
+ prompt "install common udev rules"
help
This will install some of the common rules shipped by udev, including
rules for sound, isdn, md and device mapper.
config UDEV__CUST_RULES
bool
- prompt "Install customized udev rules"
+ prompt "install customized udev rules"
help
This will install the customized udev rules files from
projectroot/lib/udev/rules.d into /lib/udev/rules.d
+ config UDEV__LIBUDEV
+ bool
+ prompt "install libudev"
+ help
+ Install libudev.so on the target.
+
endmenu
endif