Changeset 33350
- Timestamp:
- 2012-09-09T21:46:38+02:00 (5 years ago)
- Location:
- trunk/package/comgt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/comgt/Makefile
r33212 r33350 10 10 PKG_NAME:=comgt 11 11 PKG_VERSION:=0.32 12 PKG_RELEASE:= 1912 PKG_RELEASE:=20 13 13 14 14 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz -
trunk/package/comgt/files/3g.usb
r32062 r33350 11 11 [ "$proto" = 3g ] || return 0 12 12 13 local dev14 config_get dev "$cfg" device13 # bypass state vars here because 00-netstate could clobber .device 14 local dev=$(uci_get network "$cfg" device) 15 15 16 16 if [ "${dev##*/}" = "${tty##*/}" ]; then
Note: See TracChangeset
for help on using the changeset viewer.