openwrt修改feeds.conf.default文件在哪里?feeds.conf.default文件修改为GitHub源地址
当时在找feeds.conf.default文件的时候还真没找到,因为网络上面都是直接说修改feeds.conf.default文件,但是就是没人说这个文件的具体位置。后来在根目录试着搜索了下发现就是在根目录里面。
使用下面命令更新更新可选的软件源(Feeds)
./scripts/feeds update -a && ./scripts/feeds install -a
系统必须的软件是和系统代码集成在一起的,在package目录里,而其他可选的软件在各个订阅源里(地址在feeds.conf.default里)
lede和OpenWRT合并之后
lede官网挂了
git.openwrt.org,也访问不了
openwrt 修改feeds.conf.default为GitHub源
只能去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
git.openwrt.org访问不了,无法更新,只能使用github源地址,所有下面包括git.openwrt.org的地址都需要替换成github源地址。
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.openwrt.org/feed/telephony.git #src-git video https://github.com/openwrt/video.git #src-git targets https://github.com/openwrt/targets.git #src-git management https://github.com/openwrt-management/packages.git #src-git oldpackages http://git.openwrt.org/packages.git #src-link custom /usr/src/openwrt/custom-feed
feeds.conf.default更新如下
src-git packages https://github.com/openwrt/packages.git src-git luci https://github.com/openwrt/luci.git src-git routing https://github.com/openwrt-routing/packages.git src-git telephony https://github.com/openwrt/telephony.git src-git management https://github.com/openwrt-management/packages.git
OK,./script/feeds update -a 可以了
点击链接加入群聊三群:751529538
点击链接加入群聊二群:376877156
点击链接加入群聊【路由器交流群:622891808已满】
本站附件分享,如果附件失效,可以去找找看
饿了么红包
于2019-11-13发布