You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
337 B
Markdown

2 years ago
# uqmi
Downloading file to your router:
Go to the file, right click on Download button and select Copy link addess.\
2 years ago
Then paste the link in your router after wget. Install with opkg.
2 years ago
2 years ago
```
wget https://github.com/mrhaav/openwrt/raw/master/21.02.1/uqmi_2021-12-22-0.4_mipsel_24kc.ipk
2 years ago
opkg install uqmi_2021-12-22-0.4_mipsel_24kc.ipk
2 years ago
```