summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-01 12:36:36 +0000
committerSteven Barth <steven@midlink.org>2008-06-01 12:36:36 +0000
commit91cee1420033e8f8f677544556c127df415e43bc (patch)
tree1d00eb10d6ac7ae019b4c266fdf98d29034f423f /contrib
parentbc5c1995eb3e63b19e945acbea059a706dab301a (diff)
* Added dependency for English translation to modules/admin-core
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 975c13025..ef9fef39e 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -188,7 +188,7 @@ endef
define Package/luci-mod-admin-core
$(call Package/luci/webtemplate)
- DEPENDS+=+luci-web +luci-cbi +luci-theme-openwrt
+ DEPENDS+=+luci-web +luci-cbi +luci-theme-openwrt +luci-i18n-english
TITLE:=Administration module
endef