# OpenWrt netifd scripts to configure connection Fibocom L860-GL/FM350-GL Intel XMM 7360/7650 LTE-A Pro and MediaTek T700 modems # How-to configure cellular connection The config stored in /etc/config/network. Example configuration: ``` config interface 'wwan' option device '/dev/ttyACM0' # Device serial port option proto 'xmm' option pdp 'ip' # Connect IPV4/6 version (ip, ipv4v6, ipv6) option profile '0' # PDP context. (default: 1) option apn 'internet' # APN Cellular option delay '10' # Delay interface to connect. optiom auth 'auto' # Auth type (auto, pap or chap) option username 'username' # username option password 'password' # password ``` # How-to configure interface via LuCi build and install package luci-proto-xmm