[OpenWrt-Devel] [PATCH] comgt: add ncm proto support

Bjørn Mork bjorn at mork.no
Thu Oct 23 03:20:57 EDT 2014


Sami Olmari <sami at olmari.fi> writes:

>         option proto 'wwan'

I don't know much about how this is supposed to work (don't have any
Huawei NCM modem), but I do see this in the patch posted earlier in this
thread:

> diff --git a/package/network/utils/comgt/files/3g.usb 
> b/package/network/utils/comgt/files/3g.usb
> index fd6837e..ac8326b 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)


which might explain stuff?


Bjørn
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list