Changes between Version 16 and Version 17 of expansion/gw16126


Ignore:
Timestamp:
01/17/2019 09:18:50 PM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

add openwrt section for modem connection

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16126

    v16 v17  
    253253}}}
    254254
     255 * !OpenWrt (18.06)
     256  * !OpenWrt will auto-configure the modem once the following is added to the /etc/config/network file (change APN as appropriate)
     257{{{#!bash
     258config interface 'wan'
     259        option ifname 'wwan0'
     260        option proto 'qmi'
     261        option apn      hologram
     262        option device   '/dev/cdc-wdm0'
     263        option autoconnect      0
     264        option modes    lte
     265}}}
     266
    255267
    256268=== CAT M1 SIM Support ===