The firmware is updated to 2.261 (I also tested in 2.5 and 2.26)

I tried cdc-wdm0 and cdc-wdm1, on both T-Mobile and Verizon 4G LTE cards (both cards works on existing EC25-V and EC25-A cards in Mifi)

Here is the /etc/config/network (this is after I set the 4G connection to Verizon)

===================================================================

config interface ‘loopback’

option ifname ‘lo’

option proto ‘static’

option ipaddr ‘127.0.0.1’

option netmask ‘255.0.0.0’

 

config globals ‘globals’

option ula_prefix ‘fda1:0e3c:aed8::/48’

 

config interface ‘lan’

option ifname ‘eth1’

option force_link ‘1’

option type ‘bridge’

option proto ‘static’

option netmask ‘255.255.255.0’

option ip6assign ‘60’

option hostname ‘GL-MIFI-346’

option ipaddr ‘192.168.8.1’

 

config interface ‘wan’

option ifname ‘eth0’

option proto ‘dhcp’

option hostname ‘GL-MIFI-346’

option metric ‘10’

 

config interface ‘wan6’

option ifname ‘eth0’

option proto ‘dhcpv6’

 

config interface ‘modem’

option proto ‘qmi’

option ifname ‘wwan0’

option country ‘country73’

option metric ‘40’

option sp ‘isp5’

option dialnum ‘99**3#’

option apn ‘internet’

option device ‘/dev/cdc-wdm0’

option service ‘umts’

 

config interface ‘wwan’

option proto ‘dhcp’

option metric ‘20’

 

==================================================================