diff options
author | John Crispin <john@openwrt.org> | 2008-01-26 03:16:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-01-26 03:16:11 +0000 |
commit | 0844d5fe4950f671712ca16bfecd9baf4ffdf8a6 (patch) | |
tree | ea17d1e38caec2ef3ee57630244a87b480b9eabd /package/base-files | |
parent | 929767622f857b2371ca8f9a8b2e989dc0aa7a80 (diff) | |
download | upstream-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')
-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 |