From: Jo-Philipp Wich Date: Tue, 5 May 2015 08:32:15 +0000 (+0200) Subject: luci.mk: don't builtin translations selected by CONFIG_ALL X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=c38b4cdffa79668d30d1bb2459b06e68f38e5742;hp=36879e9e8658601dc3e86ff9251da3fc3666efe0 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 --- diff --git a/luci.mk b/luci.mk index ab09f0f4f..d77c09e22 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