uuplugin icon indicating copy to clipboard operation
uuplugin copied to clipboard

UU加速器OpenWrt插件ipk安装包

Results 4 uuplugin issues
Sort by recently updated
recently updated
newest added

root@OpenWrt:/tmp# pwd /tmp root@OpenWrt:/tmp# pkg_name=uuplugin_latest-1_$(grep '^DISTRIB_ARCH' /etc/openwrt_release | awk -F "'" '{print $2}').ipk root@OpenWrt:/tmp# wget "https://github.com/ttc0419/uuplugin/releases/download/latest/$pkg_name" && opkg install $pkg_na me || echo "You router is not supported!" Downloading 'https://github.com/ttc0419/uuplugin/releases/download/latest/uuplugin_latest-1_aarch64_generic.ipk'...

作者您好,我的CPU架构为arm_cortex-a9,我想为它适配本ipk,我已经在latest中获取到了您的源码,下一步我应该如何操作配置才能将它编译进来呢?能否请您帮忙指导一下呢?