xiaorouji / openwrt-passwall

7.21k stars 2.65k forks source link

[Bug]: 关于feeds.conf.default里添加源的问题 #2372

Closed naoki66 closed 1 year ago

naoki66 commented 1 year ago

描述您遇到的bug

make menuconfig 里依旧找不到 luci-app-passwall

复现此Bug的步骤

添加源码feeds.conf.default里添加 src-git passwall_luci https://github.com/xiaorouji/openwrt-passwall.git;luci src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall.git;packages

然后执行./scripts/feeds update -a && ./scripts/feeds install -a后正常正常输出 Create index file './feeds/passwall_luci.index' Create index file './feeds/passwall_packages.index' 但是 make menuconfig 里依旧找不到 luci-app-passwall

您想要实现的目的

源编译里能够找到luci-app-passwall

日志信息

Create index file './feeds/passwall_luci.index' Create index file './feeds/passwall_packages.index' Collecting package info: done Collecting target info: done

截图

No response

系统相关信息

commit id 8573a91eaebc868e0eb22bb4db761f4b1f4bf716

其他信息

No response

xcyll commented 1 year ago

直接丢到package目录下就行

naoki66 commented 1 year ago

直接丢到package目录下就行

这就失去了随上游更新的能力

xcyll commented 1 year ago

可以参考下helloworld 那边 有添加说明

nftbty commented 1 year ago

不是添加到feeds.conf.default,是把这个文件复制为feeds.conf,然后把第三方源添加到这里面。

firkerword commented 1 year ago

直接丢到package目录下就行

这就失去了随上游更新的能力

云编译吧 没这种烦恼 本地的话git pull

dover commented 1 year ago

直接丢到package目录下就行

git clone 到package目录下,make menuconfig 里依旧找不到 passwall

naoki66 commented 1 year ago

直接丢到package目录下就行

这就失去了随上游更新的能力

云编译吧 没这种烦恼 本地的话git pull

云编译太慢了。加缓存也要1.5小时。