From: Steven Barth Date: Sun, 1 Jun 2008 12:36:36 +0000 (+0000) Subject: * Added dependency for English translation to modules/admin-core X-Git-Tag: 0.8.0~944 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=91cee1420033e8f8f677544556c127df415e43bc;ds=sidebyside * Added dependency for English translation to modules/admin-core --- 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