summaryrefslogtreecommitdiffstats
path: root/rules/udev.in
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-04-16 10:03:15 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2007-04-16 10:03:15 +0000
commit8830d4c62566dbce4c39e8b4790505c79cdbf0d3 (patch)
tree00b283ac85904072c6fd5a8857d4eaf4a383a0c8 /rules/udev.in
parentc57115ca211b6e2546fec9719f089073dbad0796 (diff)
downloadptxdist-8830d4c62566dbce4c39e8b4790505c79cdbf0d3.tar.gz
ptxdist-8830d4c62566dbce4c39e8b4790505c79cdbf0d3.tar.xz
* add basic udev rules
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7104 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/udev.in')
-rw-r--r--rules/udev.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/rules/udev.in b/rules/udev.in
index ca5a1c3c2..a41ceb121 100644
--- a/rules/udev.in
+++ b/rules/udev.in
@@ -169,6 +169,15 @@ config ROOTFS_ETC_UDEV_CONF
endchoice
+config ROOTFS_ETC_UDEV_DEFAULT_RULES
+ bool
+ depends on UDEV
+ prompt "Install default udev rules"
+ help
+ This will install the generic udev rules file under
+ /etc/udev/rules.d/udev.rules. Currently this file
+ is very basic.
+
config ROOTFS_ETC_UDEV_USER_RULES
bool
depends on UDEV
@@ -177,7 +186,7 @@ config ROOTFS_ETC_UDEV_USER_RULES
This will install all user defined udev *.rules files from the active
project. PTXdist expects the files in projectroot/etc/udev/rules.d
and will install them into /etc/udev/rules.d on the target.
- Note: PTXdist comes without any generic udev rules. So all devices
+ Note: PTXdist only comes with very basic generic udev rules. All devices
are owned by root only. If you need special permission control you must
add some udev rules to create device nodes with correct permissions.
There are some rule files in the udev packet. Refer