From 51a5ff094703c4db984284913d605e83e819d99c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 10 Oct 2014 08:56:33 +0000 Subject: comgt: add ncm proto support This will not work for all board/dongle combinations until we hit 3.17. Signed-off-by: Matti Laakso SVN-Revision: 42866 --- package/network/utils/comgt/files/3g.usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/utils/comgt/files/3g.usb') 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) -- cgit v1.2.3