tomato 添加ipkg更新源

因为国外的那个源速度太慢了。我用国内的vps wget-m 了一个镜像:

wget -m http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable
然后把我的vps 加到源中:
############################

echo src optware http://ip:8080/static/ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable >> /opt/etc/ipkg.conf

echo src optware http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/ >> /opt/etc/ipkg.conf

#######################

你可能感兴趣的:(镜像,更新源,tomato,ipkg)