use luci.mk-helper for package-definitions (contrib folder)#51
Open
SvenRoederer wants to merge 2 commits into
Open
use luci.mk-helper for package-definitions (contrib folder)#51SvenRoederer wants to merge 2 commits into
SvenRoederer wants to merge 2 commits into
Conversation
…ions * luci.mk helper allows to customize their defaults * define the "Freifunk Community" as maintainer * set URL to out Github-Repo * set SUBMENU to "9. Freifunk" Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
…i.mk) helper Update the single package definiton in teh contrib folder to use the improved capabilities to customize a package build via the luci.mk helper. Using this helper gives a lot of automagic and reduces maintenance (AutoVersioning, LUA_SRCDIET, package-naming, ...). relevant changes in LuCI-repo: * openwrt/luci@de2c045 * openwrt/luci@ae0795d * openwrt/luci@209141d * openwrt/luci@2b11ec6 (master and openwrt-21.02 branches only) This change also fixes issue #29 by auto-detecing target "ALL" for most packages. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
Contributor
Author
|
Contributor
Author
|
@FreifunkUFO should also address https://github.com/aparcar/asu/issues/257 you opened once. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the definitons of the simple packages in the contrib folder to use the improved capabilities
of customization via the luci.mk helper. Using this helper gives a lot of automagic and reduces maintenance (AutoVersioning, LUA_SRCDIET, package-naming, ...).
It's already used by some packages of the "applications" and the "themes" folder.