mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
22 lines
751 B
Markdown
22 lines
751 B
Markdown
# 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
|
|
|