aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/hotplug2-common.rules
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-01-26 03:16:11 +0000
committerJohn Crispin <john@openwrt.org>2008-01-26 03:16:11 +0000
commit0844d5fe4950f671712ca16bfecd9baf4ffdf8a6 (patch)
treeea17d1e38caec2ef3ee57630244a87b480b9eabd /package/base-files/files/etc/hotplug2-common.rules
parent929767622f857b2371ca8f9a8b2e989dc0aa7a80 (diff)
downloadupstream-0844d5fe4950f671712ca16bfecd9baf4ffdf8a6.tar.gz
upstream-0844d5fe4950f671712ca16bfecd9baf4ffdf8a6.tar.bz2
upstream-0844d5fe4950f671712ca16bfecd9baf4ffdf8a6.zip
add generic gpio char dev for CONFIG_GENERIC_GPIO archs
SVN-Revision: 10261
Diffstat (limited to 'package/base-files/files/etc/hotplug2-common.rules')
-rw-r--r--package/base-files/files/etc/hotplug2-common.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules
index ed785e3b1c..875fa12eea 100644
--- a/package/base-files/files/etc/hotplug2-common.rules
+++ b/package/base-files/files/etc/hotplug2-common.rules
@@ -1,5 +1,5 @@
-DEVICENAME ~~ (null|full|ptmx|tty|zero) {
+DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio) {
nothrottle
makedev /dev/%DEVICENAME% 0666
next