Advertisement

设置openwrt设备的feeds.conf.default值为GitHub源

阅读量:

LEDE与OpenWRT完成整合后,LEDE官方网站出现访问异常。同时,git.openwrt.org这一代码托管平台也无法正常访问。如需获取最新版本的源代码,建议前往GitHub平台进行查找。

复制代码
    git clone https://github.com/openwrt/openwrt.git
    
    
      
    

最新版本的lede

复制代码
    git clone -b lede-17.01 https://github.com/openwrt/openwrt.git
    
    
      
    

然而新的问题随之出现,
./script/feeds update -a 命令再次执行失败,

查阅文件 feeds.conf.default 的内容:

复制代码
    src-git packages https://git.openwrt.org/feed/packages.git
    src-git luci https://git.openwrt.org/project/luci.git
    src-git routing https://git.openwrt.org/feed/routing.git
    src-git telephony https://git.op

全部评论 (0)

还没有任何评论哟~