Skip to content
Snippets Groups Projects
Verified Commit 46e2319a authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Revert "Nothing is critical, just high priority"

This reverts commit ca16a82d.

I disagree!
parent 7af36861
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ define(`foreach_join',`ifelse(eval($#>3),1,`pushdef(`$1',`$4')$2`'ifelse(eval($# ...@@ -23,7 +23,7 @@ define(`foreach_join',`ifelse(eval($#>3),1,`pushdef(`$1',`$4')$2`'ifelse(eval($#
# Generate Install command with given PKGBASE and PKGPARTs joined: PKGBASE-PKGPART # Generate Install command with given PKGBASE and PKGPARTs joined: PKGBASE-PKGPART
# Usage: forInstall(PKGBASE, PKGPARTa, PKGPARTb) # Usage: forInstall(PKGBASE, PKGPARTa, PKGPARTb)
define(`forInstall',`Install(foreach_join(PKGPART,`"$1-PKGPART"',`, ',shift($@)), { priority = 40 })') define(`forInstall',`Install(foreach_join(PKGPART,`"$1-PKGPART"',`, ',shift($@)), { priority = 40 })')
define(`forInstallCritical',`Install(foreach_join(PKGPART,`"$1-PKGPART"',`, ',shift($@)), { priority = 60 })') define(`forInstallCritical',`Install(foreach_join(PKGPART,`"$1-PKGPART"',`, ',shift($@)), { critical = true })')
# Add languages packages for Luci # Add languages packages for Luci
# Usage: _LUCI_I18N_(APP) # Usage: _LUCI_I18N_(APP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment