-
Download OpenWrt firmware image here.
-
Flash your router using this guide.
-
SSH into your router:
ssh [email protected]
. -
Add a new interface in
/etc/config/network
.
option device 'switch0'
option vlan '2'
option ports '4 6t'
+
+config interface 'vodafone'
+ option proto 'modemmanager'
+ option device '/sys/devices/platform/101c0000.ehci/usb1/1-1'
+ option apn 'internet'
+ option pincode '0000'
+ option username 'web'
+ option password 'web'
-
Get the path of your device from
mmcli -m 0
. Do not use/dev/cdc-wdm0
. -
Add the newly added interface in
/etc/config/firewall
.
config zone
option name wan
list network 'wan'
list network 'wan6'
+ list network 'vodafone'
option input REJECT
option output ACCEPT
option forward REJECT
-
Reboot your router:
reboot
. -
Enjoy!
Hello! I've recently installed your firmware on my router, because I wasn't able to set the stable image to use the QMI modem. It works great, thank you! I noticed also that there are no builds after v20210613 are any new versions planned or maybe an image that is based on the stable image? I'm asking because I wanted to install the openvpn package, but opkg says that the kernel is too old to satisfy the requirements. I haven't tried on the stable version, because I have no network connection to download the package. The error is the following: