diff options
author | Steven Barth <steven@midlink.org> | 2009-01-25 17:42:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-01-25 17:42:41 +0000 |
commit | ea6c11f863929dcd97f47387ad43a53f335deb57 (patch) | |
tree | 826ad0624c8e1a70206bcf29015c05a7bd8a5a7f | |
parent | f4f53b3893420bf9f5cc4ee0a3ea53a594524d6c (diff) |
Add Image setting for default language (closes #21)
-rw-r--r-- | contrib/package/luci/Makefile | 1 |
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 |