contrib/package/olsrd-luci: remove useless menu definitions

This commit is contained in:
Jo-Philipp Wich 2009-03-28 19:38:49 +00:00
parent 5fbbf06611
commit 275470fe63

View file

@ -51,84 +51,72 @@ endef
define Package/olsrd-luci-mod-arprefresh define Package/olsrd-luci-mod-arprefresh
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - ARP Refresh Plugin TITLE:=OLSR - ARP Refresh Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-dot-draw define Package/olsrd-luci-mod-dot-draw
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - Dot Draw Plugin TITLE:=OLSR - Dot Draw Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-bmf define Package/olsrd-luci-mod-bmf
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - Basic Multicast Forwarding Plugin TITLE:=OLSR - Basic Multicast Forwarding Plugin
DEPENDS:=olsrd-luci +kmod-tun DEPENDS:=olsrd-luci +kmod-tun
endef endef
define Package/olsrd-luci-mod-dyn-gw define Package/olsrd-luci-mod-dyn-gw
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - Dynamic Gateway Plugin TITLE:=OLSR - Dynamic Gateway Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-dyn-gw-plain define Package/olsrd-luci-mod-dyn-gw-plain
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - Dynamic Gateway Plugin (Plain Version) TITLE:=OLSR - Dynamic Gateway Plugin (Plain Version)
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-httpinfo define Package/olsrd-luci-mod-httpinfo
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - HTTP/HTML Info Plugin TITLE:=OLSR - HTTP/HTML Info Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-nameservice define Package/olsrd-luci-mod-nameservice
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - Hostname Propagation Plugin TITLE:=OLSR - Hostname Propagation Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-secure define Package/olsrd-luci-mod-secure
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - Security Extensions Plugin TITLE:=OLSR - Security Extensions Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-txtinfo define Package/olsrd-luci-mod-txtinfo
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - HTTP/Plaintext Info Plugin TITLE:=OLSR - HTTP/Plaintext Info Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-quagga define Package/olsrd-luci-mod-quagga
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - Quagga Plugin TITLE:=OLSR - Quagga Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-watchdog define Package/olsrd-luci-mod-watchdog
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - Watchdog Plugin TITLE:=OLSR - Watchdog Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef
define Package/olsrd-luci-mod-mdns define Package/olsrd-luci-mod-mdns
$(call Package/olsrd-luci/common_info) $(call Package/olsrd-luci/common_info)
MENU:=1
TITLE:=OLSR - mDNS Plugin TITLE:=OLSR - mDNS Plugin
DEPENDS:=olsrd-luci DEPENDS:=olsrd-luci
endef endef