projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36879e9
)
luci.mk: don't builtin translations selected by CONFIG_ALL
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 May 2015 08:32:15 +0000
(10:32 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 May 2015 08:32:15 +0000
(10:32 +0200)
Make sure that translation packages enabled through CONFIG_ALL
that depend on builtin packages are restricted to modules.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
luci.mk
patch
|
blob
|
history
diff --git
a/luci.mk
b/luci.mk
index ab09f0f4f5d3b7d8297327a4089dd7e6e2bf1475..d77c09e22b4fdaf6cdc8a235301a5d8600729eef 100644
(file)
--- a/
luci.mk
+++ b/
luci.mk
@@
-182,7
+182,7
@@
define LuciTranslation
CATEGORY:=LuCI
TITLE:=$(PKG_NAME) - $(1) translation
HIDDEN:=1
- DEFAULT:=LUCI_LANG_$(1)||
ALL
+ DEFAULT:=LUCI_LANG_$(1)||
(ALL&&m)
DEPENDS:=$(PKG_NAME)
PKGARCH:=all
endef