From: Steven Barth Date: Sat, 26 Jul 2008 22:13:31 +0000 (+0000) Subject: Improved OpenWRT Makefile X-Git-Tag: 0.8.0~565 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f9190f89458c5603551007e827a0a13f15fb452f;p=oweals%2Fluci.git Improved OpenWRT Makefile --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 3b7d73152..d5123aba0 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -55,31 +55,31 @@ define Package/luci/libtemplate TITLE:=LuCI - Lua Configuration Interface URL:=http://luci.freifunk-halle.net/ MAINTAINER:=Steven Barth - SUBMENU:=LuCI - Libraries + SUBMENU:=LuCI Libraries DEPENDS:=+luci-core endef define Package/luci/fftemplate $(call Package/luci/libtemplate) - SUBMENU:=LuCI - Freifunk Support (GERMAN ONLY) + SUBMENU:=LuCI Freifunk Support (GERMAN ONLY) DEPENDS:=+luci-mod-freifunk endef define Package/luci/httpdtemplate $(call Package/luci/libtemplate) - SUBMENU:=LuCI - Non-Forking HTTP-Daemon (EXPERIMENTAL) + SUBMENU:=LuCI Non-Forking HTTP-Daemon (EXPERIMENTAL) DEPENDS:=+luci-httpd endef define Package/luci/i18ntemplate $(call Package/luci/libtemplate) - SUBMENU:=LuCI - Translations + SUBMENU:=LuCI Translations DEPENDS:=+luci-web endef define Package/luci/thtemplate $(call Package/luci/libtemplate) - SUBMENU:=LuCI - Themes + SUBMENU:=LuCI Themes DEPENDS:=+luci-web endef