* 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 975c13025a8e743a698d3ec251167aff45bb841b..ef9fef39ea1859056ef627ca91b920a67c7fa246 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