summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-01-25 17:42:41 +0000
committerSteven Barth <steven@midlink.org>2009-01-25 17:42:41 +0000
commitea6c11f863929dcd97f47387ad43a53f335deb57 (patch)
tree826ad0624c8e1a70206bcf29015c05a7bd8a5a7f /contrib/package
parentf4f53b3893420bf9f5cc4ee0a3ea53a594524d6c (diff)
Add Image setting for default language (closes #21)
Diffstat (limited to 'contrib/package')
-rw-r--r--contrib/package/luci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 06ec7c802..c7571d831 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -216,6 +216,7 @@ define Package/luci-web
$(call Package/luci/libtemplate)
DEPENDS+=+luci-http +luci-sys +luci-uci +luci-sgi-cgi
TITLE:=MVC Webframework
+ $(call Config,luci.main.lang,string,en,Default Language)
endef
define Package/luci-web/conffiles