projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: add md5sum of kernel
[openwrt.git]
/
package
/
comgt
/
files
/
3g.usb
diff --git
a/package/comgt/files/3g.usb
b/package/comgt/files/3g.usb
index
c52646b
..
d5a38b8
100644
(file)
--- a/
package/comgt/files/3g.usb
+++ b/
package/comgt/files/3g.usb
@@
-36,8
+36,8
@@
if [ "$ACTION" = add ]; then
esac
local tty
esac
local tty
- for tty in /sys/$DEVPATH/ttyUSB*; do
- [ -d "$tty" ] ||
break
+ for tty in /sys/$DEVPATH/ttyUSB*
/sys/$DEVPATH/tty/ttyACM* /sys/$DEVPATH/tty/ttyHS*
; do
+ [ -d "$tty" ] ||
continue
config_foreach find_3g_iface interface "$tty"
done
fi
config_foreach find_3g_iface interface "$tty"
done
fi
This page took
0.024114 seconds
and
4
git commands to generate.