|
楼主 |
发表于 2023-2-1 20:52
|
显示全部楼层
请问是指 feeds 里的内容吗?如果是的话,这里就是完整的内容了。
- src-git-full packages https://git.openwrt.org/feed/packages.git
- src-git-full luci https://git.openwrt.org/project/luci.git
- src-git-full routing https://git.openwrt.org/feed/routing.git
- src-git-full telephony https://git.openwrt.org/feed/telephony.git
- #src-git-full video https://github.com/openwrt/video.git
- #src-git-full targets https://github.com/openwrt/targets.git
- #src-git-full oldpackages http://git.openwrt.org/packages.git
- #src-link custom /usr/src/openwrt/custom-feed
- src-git-full packagePasswall https://github.com/xiaorouji/openwrt-passwall.git;packages
- src-git-full luciPasswall https://github.com/xiaorouji/openwrt-passwall.git;luci
- src-git-full AdGuardHomeLuci https://github.com/rufengsuixing/luci-app-adguardhome.git
- src-git-full UbNCM https://github.com/UnblockNeteaseMusic/luci-app-unblockneteasemusic.git
复制代码
在执行 feeds update -a 后,会给出这样的错误:
- Updating feed 'packages' from 'https://git.openwrt.org/feed/packages.git' ...
- 已经是最新的。
- Updating feed 'luci' from 'https://git.openwrt.org/project/luci.git' ...
- 已经是最新的。
- Updating feed 'routing' from 'https://git.openwrt.org/feed/routing.git' ...
- 已经是最新的。
- Updating feed 'telephony' from 'https://git.openwrt.org/feed/telephony.git' ...
- 已经是最新的。
- Updating feed 'packagePasswall' from 'https://github.com/xiaorouji/openwrt-passwall.git;packages' ...
- 已经是最新的。
- Updating feed 'luciPasswall' from 'https://github.com/xiaorouji/openwrt-passwall.git;luci' ...
- 已经是最新的。
- Updating feed 'AdGuardHomeLuci' from 'https://github.com/rufengsuixing/luci-app-adguardhome.git' ...
- 已经是最新的。
- Updating feed 'UbNCM' from 'https://github.com/UnblockNeteaseMusic/luci-app-unblockneteasemusic.git' ...
- 已经是最新的。
- Create index file './feeds/packages.index'
- Create index file './feeds/luci.index'
- Create index file './feeds/routing.index'
- Create index file './feeds/telephony.index'
- Create index file './feeds/packagePasswall.index'
- Create index file './feeds/luciPasswall.index'
- Create index file './feeds/AdGuardHomeLuci.index'
- /home/user1/openwrt/feeds/AdGuardHomeLuci.tmp/info/.files-packageinfo.mk:1: *** 目标模式不含有“%”。 停止。
- Create index file './feeds/UbNCM.index'
- /home/user1/openwrt/feeds/UbNCM.tmp/info/.files-packageinfo.mk:1: *** 目标模式不含有“%”。 停止。
复制代码 |
|