背景:
偶然机会获得一个2013年ap的源码,于是修改添加一些自己的功能,源码的linux内核是3.10.10版本,首选 make
dstclean,然后 再更新源码包,后来发现少了curl,单独获得curl的包
BUG:
安装curl包
./scripts/feeds update curl
./scripts/feeds install curl
执行以上命令提示以下错误
Ignoring feed 'xwrt' - index missing
Ignoring feed 'telephony' - index missing
发现是更新是通过svn访问的谷歌服务器上的源码,于是使用vpn翻墙,却还是无法下载安装telephony
解决方法:
1,使用vpn翻墙;
2,在feeds.conf.default或者 feeds.conf 文件中追加下面一行文字(add
the following line to the feeds.conf in the OpenWrt
buildroot);
src-git telephony https://github.com/openwrt/telephony.git
3,再次依次安装软件包成功。
curl各版本源码下载地址:
http://curl.haxx.se/download/
curl官网 http://curl.haxx.se/download.html