summaryrefslogtreecommitdiffstats
path: root/rules/udev.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-01-15 12:22:46 +0000
committerLuotao Fu <l.fu@pengutronix.de>2009-01-15 12:22:46 +0000
commit5f7d4a7cab177bda07af28e73b3a54e2c4781b15 (patch)
treed5cb7acd84628fcd5541e78a2ba93f6f7c72d044 /rules/udev.in
parent49e1fde9e7ed58457860a1d679a51ac83530e766 (diff)
downloadptxdist-5f7d4a7cab177bda07af28e73b3a54e2c4781b15.tar.gz
ptxdist-5f7d4a7cab177bda07af28e73b3a54e2c4781b15.tar.xz
* make usage of the config file install option of udev
* rename the option to make ptxdist drop the correct .prepare stage if the udev config file option is changed (s. commit to Rev.9549) * update help text git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9551 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/udev.in')
-rw-r--r--rules/udev.in31
1 files changed, 4 insertions, 27 deletions
diff --git a/rules/udev.in b/rules/udev.in
index f318bec90..17904c47d 100644
--- a/rules/udev.in
+++ b/rules/udev.in
@@ -143,37 +143,14 @@ menu "install options "
be something like "S00_udev". An empty string means that no link
is created.
- config ROOTFS_ETC_UDEV__CONF
+ config UDEV___ETC_CONF
bool
default y
prompt "Install udev.conf"
help
- Installs /etc/udev/udev.conf from a selectable source
-
- choice
- prompt "Kind of udev.conf"
- default ROOTFS_ETC_UDEV__CONF_DEFAULT
- depends on ROOTFS_ETC_UDEV__CONF
-
- config ROOTFS_ETC_UDEV__CONF_DEFAULT
- bool
- prompt "Use generic"
- help
- Installs a generic /etc/udev/udev.conf file.
- See <ptxdist-install>/generic/etc/udev/udev.conf
-
- config ROOTFS_ETC_UDEV__CONF_USER
- bool
- prompt "User defined"
- help
- This uses a user defined udev.conf file. PTXdist
- uses file projectroot/etc/udev/udev.conf in your
- local project.
- Note: If you locate the *.rules path to another
- location than /etc/udev/rules.d, you must install any
- udev rules by your own.
-
- endchoice
+ 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
+ your own projectroot/etc/udev/
config UDEV__DEFAULT_RULES
bool