summaryrefslogtreecommitdiffhomepage
path: root/luci.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-05 10:32:15 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-05-05 10:32:15 +0200
commitc38b4cdffa79668d30d1bb2459b06e68f38e5742 (patch)
tree11676a7b87441fc285dadf203b4ecd914cc1a863 /luci.mk
parent36879e9e8658601dc3e86ff9251da3fc3666efe0 (diff)
luci.mk: don't builtin translations selected by CONFIG_ALL
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>
Diffstat (limited to 'luci.mk')
-rw-r--r--luci.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/luci.mk b/luci.mk
index ab09f0f4f5..d77c09e22b 100644
--- 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