Merge pull request #331 from poranje/proto=ipv6+aiccu+fixes
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 6 May 2015 13:42:53 +0000 (15:42 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 6 May 2015 13:42:53 +0000 (15:42 +0200)
luci-proto-ipv6: fix aiccu requiretls

luci.mk

diff --git a/luci.mk b/luci.mk
index ab09f0f..d77c09e 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