-
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!
Tnx for the answer. I will try to do it, until then I need to reimstall original stock fw. Hope all works fine