* Added dependency for English translation to modules/admin-core

This commit is contained in:
Steven Barth 2008-06-01 12:36:36 +00:00
parent bc5c1995eb
commit 91cee14200

View 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