summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-03-28 19:38:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-03-28 19:38:49 +0000
commit275470fe6315dbaf5fde99f2dc5bba8dd63e2743 (patch)
tree3b58d5fe1c7b670301c9792fe395bc8beb93977d /contrib/package
parent5fbbf066119ab9dcec7c05e2aae62f5df7e88d89 (diff)
contrib/package/olsrd-luci: remove useless menu definitions
Diffstat (limited to 'contrib/package')
-rw-r--r--contrib/package/olsrd-luci/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile
index 1baab9de7..593f6ecc3 100644
--- a/contrib/package/olsrd-luci/Makefile
+++ b/contrib/package/olsrd-luci/Makefile
@@ -51,84 +51,72 @@ endef
define Package/olsrd-luci-mod-arprefresh
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - ARP Refresh Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-dot-draw
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - Dot Draw Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-bmf
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - Basic Multicast Forwarding Plugin
DEPENDS:=olsrd-luci +kmod-tun
endef
define Package/olsrd-luci-mod-dyn-gw
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - Dynamic Gateway Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-dyn-gw-plain
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - Dynamic Gateway Plugin (Plain Version)
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-httpinfo
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - HTTP/HTML Info Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-nameservice
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - Hostname Propagation Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-secure
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - Security Extensions Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-txtinfo
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - HTTP/Plaintext Info Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-quagga
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - Quagga Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-watchdog
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - Watchdog Plugin
DEPENDS:=olsrd-luci
endef
define Package/olsrd-luci-mod-mdns
$(call Package/olsrd-luci/common_info)
- MENU:=1
TITLE:=OLSR - mDNS Plugin
DEPENDS:=olsrd-luci
endef