Use 3G/4G modem
Openwrt Documents for use 3G-4G modem v1.0.0
Author:James Bond
August 27, 2016
1 make menuconfig
Kernel modules —>
USB Support —>
<*> kmod-usb-serial……. Support for USB-to-Serial converters
<*> kmod-usb-serial-option…… Support for Option HSDPA modems
-*- kmod-usb-serial-wwan…….. Support for GSM and CDMA modems
Utilities —>
<*> comgt………………… Option/Vodafone 3G/GPRS control tool
LuCI —>
Protocols —>
<*> luci-proto-3g………………………. Support for 3G
2 Config 3g modem
(1) /etc/config/network
config interface 'wan_wireless'
option proto '3g'
option device '/dev/ttyUSB0'
option service 'umts'
option apn 'internet'
(2).Luci
You can also config it in luci,in Network—>Interfices—>wan_wireless.
Comments
So empty here ... leave a comment!