diff options
author | John Crispin <blogic@openwrt.org> | 2008-01-26 03:16:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-01-26 03:16:11 +0000 |
commit | bfa7d43beec143e4cd6aa686799ffd4965727c30 (patch) | |
tree | 6671cd9ca84b6748ae9f6fcb5b72239f7119c91d /package/base-files/files | |
parent | 862e65eb35a499ce77058547f1ad379d96692daa (diff) | |
download | master-187ad058-bfa7d43beec143e4cd6aa686799ffd4965727c30.tar.gz master-187ad058-bfa7d43beec143e4cd6aa686799ffd4965727c30.tar.bz2 master-187ad058-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/base-files/files')
-rw-r--r-- | package/base-files/files/etc/hotplug2-common.rules | 2 |
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 |