From c38b4cdffa79668d30d1bb2459b06e68f38e5742 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 5 May 2015 10:32:15 +0200 Subject: [PATCH 1/1] 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 --- luci.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0