aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/comgt/files/3g.usb
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/comgt/files/3g.usb')
-rw-r--r--package/network/utils/comgt/files/3g.usb2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/comgt/files/3g.usb b/package/network/utils/comgt/files/3g.usb
index fd6837e650..ac8326b710 100644
--- a/package/network/utils/comgt/files/3g.usb
+++ b/package/network/utils/comgt/files/3g.usb
@@ -8,7 +8,7 @@ find_3g_iface() {
local proto
config_get proto "$cfg" proto
- [ "$proto" = 3g ] || return 0
+ [ "$proto" = 3g ] || [ "$proto" = ncm ] || return 0
# bypass state vars here because 00-netstate could clobber .device
local dev=$(uci_get network "$cfg" device)