Improved OpenWRT Makefile
This commit is contained in:
parent
185e98d7b9
commit
f9190f8945
1 changed files with 5 additions and 5 deletions
|
@ -55,31 +55,31 @@ define Package/luci/libtemplate
|
||||||
TITLE:=LuCI - Lua Configuration Interface
|
TITLE:=LuCI - Lua Configuration Interface
|
||||||
URL:=http://luci.freifunk-halle.net/
|
URL:=http://luci.freifunk-halle.net/
|
||||||
MAINTAINER:=Steven Barth <steven-at-midlink-dot-org>
|
MAINTAINER:=Steven Barth <steven-at-midlink-dot-org>
|
||||||
SUBMENU:=LuCI - Libraries
|
SUBMENU:=LuCI Libraries
|
||||||
DEPENDS:=+luci-core
|
DEPENDS:=+luci-core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci/fftemplate
|
define Package/luci/fftemplate
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
SUBMENU:=LuCI - Freifunk Support (GERMAN ONLY)
|
SUBMENU:=LuCI Freifunk Support (GERMAN ONLY)
|
||||||
DEPENDS:=+luci-mod-freifunk
|
DEPENDS:=+luci-mod-freifunk
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci/httpdtemplate
|
define Package/luci/httpdtemplate
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
SUBMENU:=LuCI - Non-Forking HTTP-Daemon (EXPERIMENTAL)
|
SUBMENU:=LuCI Non-Forking HTTP-Daemon (EXPERIMENTAL)
|
||||||
DEPENDS:=+luci-httpd
|
DEPENDS:=+luci-httpd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci/i18ntemplate
|
define Package/luci/i18ntemplate
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
SUBMENU:=LuCI - Translations
|
SUBMENU:=LuCI Translations
|
||||||
DEPENDS:=+luci-web
|
DEPENDS:=+luci-web
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci/thtemplate
|
define Package/luci/thtemplate
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
SUBMENU:=LuCI - Themes
|
SUBMENU:=LuCI Themes
|
||||||
DEPENDS:=+luci-web
|
DEPENDS:=+luci-web
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue