diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-05 10:32:15 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-05 10:32:15 +0200 |
commit | c38b4cdffa79668d30d1bb2459b06e68f38e5742 (patch) | |
tree | 11676a7b87441fc285dadf203b4ecd914cc1a863 /luci.mk | |
parent | 36879e9e8658601dc3e86ff9251da3fc3666efe0 (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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |