* Added dependency for English translation to modules/admin-core
authorSteven Barth <steven@midlink.org>
Sun, 1 Jun 2008 12:36:36 +0000 (12:36 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 1 Jun 2008 12:36:36 +0000 (12:36 +0000)
contrib/package/luci/Makefile

index 975c130..ef9fef3 100644 (file)
@@ -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