Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant create index file on adding to feeds.conf.default #1

Open
runalsh opened this issue Feb 28, 2024 · 2 comments
Open

Cant create index file on adding to feeds.conf.default #1

runalsh opened this issue Feb 28, 2024 · 2 comments

Comments

@runalsh
Copy link

runalsh commented Feb 28, 2024

Added src-git 3proxy https://github.com/osnosn/3proxy-openwrt to feeds.conf.default .
Cannot create index file.
On ./scripts/feeds update -a get error

Create index file './feeds/3proxy.index'
grep: feeds/3proxy/Makefile:$(eval: No such file or directory
grep: $(call: No such file or directory
grep: BuildPackage,3proxy))/Makefile: No such file or directory
/root/openwrt/feeds/3proxy.tmp/info/.files-packageinfo.mk:1: *** target pattern contains no '%'.  Stop.

In file /root/openwrt/feeds/3proxy.tmp/info/.files-packageinfo.mk
$(eval $(call PackageDir,Makefile:$(eval $(call BuildPackage,3proxy)),Makefile:$(eval $(call BuildPackage,3proxy)),))
After run ./scripts/feeds install -a get error
Ignoring feed '3proxy' - index missing

@osnosn
Copy link
Owner

osnosn commented Feb 29, 2024

No need to add into feeds.conf.
Just "git clone 3proxy-openwrt" into the "package/" directory.
Read "README.md".

@runalsh
Copy link
Author

runalsh commented Feb 29, 2024

Yes, its working. But wanna add it to ci\cd with feeds.conf...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants