projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: setup GPIO chip functions on the fly
[openwrt.git]
/
package
/
comgt
/
files
/
3g.usb
diff --git
a/package/comgt/files/3g.usb
b/package/comgt/files/3g.usb
index
ecaa96f
..
d5a38b8
100644
(file)
--- a/
package/comgt/files/3g.usb
+++ b/
package/comgt/files/3g.usb
@@
-36,7
+36,7
@@
if [ "$ACTION" = add ]; then
esac
local tty
esac
local tty
- for tty in /sys/$DEVPATH/ttyUSB* /sys/$DEVPATH/tty/ttyACM*
;
; do
+ 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
[ -d "$tty" ] || continue
config_foreach find_3g_iface interface "$tty"
done
This page took
0.021564 seconds
and
4
git commands to generate.