projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc5c199
)
* Added dependency for English translation to modules/admin-core
author
Steven Barth
<steven@midlink.org>
Sun, 1 Jun 2008 12:36:36 +0000
(12:36 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 1 Jun 2008 12:36:36 +0000
(12:36 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 975c13025a8e743a698d3ec251167aff45bb841b..ef9fef39ea1859056ef627ca91b920a67c7fa246 100644
(file)
--- 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