aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-01-26 03:16:11 +0000
committerJohn Crispin <blogic@openwrt.org>2008-01-26 03:16:11 +0000
commitbfa7d43beec143e4cd6aa686799ffd4965727c30 (patch)
tree6671cd9ca84b6748ae9f6fcb5b72239f7119c91d /package
parent862e65eb35a499ce77058547f1ad379d96692daa (diff)
downloadupstream-bfa7d43beec143e4cd6aa686799ffd4965727c30.tar.gz
upstream-bfa7d43beec143e4cd6aa686799ffd4965727c30.tar.bz2
upstream-bfa7d43beec143e4cd6aa686799ffd4965727c30.zip
add generic gpio char dev for CONFIG_GENERIC_GPIO archs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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