openwrt 软件源配置和问题解决
2019-02-23 本文已影响0人
Mr_White
https://blog.csdn.net/u010871058/article/details/77919615
出现的错误:
Collected errors:
- opkg_conf_load: Could not lock /var/lock/opkg.lock: Resource temporarily unavailable.
解决方法:
echo "nameserver 114.114.114.114">/tmp/resolv.conf
rm -f /var/lock/opkg.lock
opkg update