projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a051f
)
Allow /dev/ttyUSB2 as wan device for 3g (#2269)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 9 Sep 2007 18:41:49 +0000
(18:41 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 9 Sep 2007 18:41:49 +0000
(18:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8717
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/comgt/files/3g.sh
patch
|
blob
|
history
diff --git
a/package/comgt/files/3g.sh
b/package/comgt/files/3g.sh
index
125bec3
..
5274821
100644
(file)
--- a/
package/comgt/files/3g.sh
+++ b/
package/comgt/files/3g.sh
@@
-13,7
+13,7
@@
scan_3g() {
# try to figure out the device if it's invalid
[ -n "$device" -a -e "$device" ] || {
- for device in /dev/tts/2 /dev/usb/tts/0 /dev/noz0; do
+ for device in /dev/tt
yUSB2 /dev/tt
s/2 /dev/usb/tts/0 /dev/noz0; do
[ -e "$device" ] && {
config_set "$1" device "$device"
break