oyuyuyuan

Results 2 comments of oyuyuyuan

root@OpenWrt:~# cd /tmp root@OpenWrt:/tmp# pkg_name=uuplugin_latest-1_$(grep '^DISTRIB_ARCH' /etc/openwr t_release | awk -F "'" '{print $2}').ipk root@OpenWrt:/tmp# wget "https://github.com/ttc0419/uuplugin/releases/download/l atest/$pkg_name" && opkg install $pkg_name || echo "You router is not supported! "...

> root@OpenWrt:~# cd /tmp root@OpenWrt:/tmp# pkg_name=uuplugin_latest-1_$(grep '^DISTRIB_ARCH' /etc/openwr t_release | awk -F "'" '{print $2}').ipk root@OpenWrt:/tmp# wget "https://github.com/ttc0419/uuplugin/releases/download/l atest/$pkg_name" && opkg install $pkg_name || echo "You router is not supported!...