mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 19:35:53 +03:00
[GH-ISSUE #19] suggestion: separate out Makefiles to a common feed #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-3ginfo-lite#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bam80 on GitHub (Sep 27, 2022).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/19
It looks like many useful apps are presented here, they all are hosted separately in their respective repos.
That's fine, but we could also create a feed repo for all of them, similar to what openwrt
packagesdoes:https://github.com/openwrt/packages
That way one could get access from openwrt SDK/Buildroot to all of them, without the need to add each one separately, one by one.
Other than accessibility, that would also improve discoverability and maintainability, I think.
What do you think, are you interested in creating such a feed repo?
I can provide help if needed.
PS:
here is example of Makefile referencing to external git repo for the sources:
https://github.com/openwrt/packages/blob/master/net/announce/Makefile#L18