projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/modules: enable ECHI/OHCI for RT3883
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
preinit
/
30_device_fs_daemons
diff --git
a/package/base-files/files/lib/preinit/30_device_fs_daemons
b/package/base-files/files/lib/preinit/30_device_fs_daemons
index
5a3aaf3
..
5b3e2ad
100644
(file)
--- a/
package/base-files/files/lib/preinit/30_device_fs_daemons
+++ b/
package/base-files/files/lib/preinit/30_device_fs_daemons
@@
-23,7
+23,7
@@
init_udev() {
init_device_fs() {
HOTPLUG=
- if grep
devfs /proc/filesystems > /dev/null
; then
+ if grep
-q devfs /proc/filesystems
; then
init_devfs
elif [ -x /sbin/hotplug2 ]; then
init_hotplug2
This page took
0.022644 seconds
and
4
git commands to generate.