luci-0.8: fix last commit
This commit is contained in:
parent
0a75fda7ce
commit
ce74e82973
1 changed files with 1 additions and 13 deletions
|
@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_BASENAME:=olsrd
|
||||
PKG_NAME:=$(PKG_BASENAME)-luci
|
||||
PKG_BASEVER:=0.5.6-r4
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_HGREV:=edc947c1a5bc
|
||||
PKG_SOURCE:=$(PKG_HGREV).tar.gz
|
||||
|
@ -52,84 +52,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
|
||||
|
|
Loading…
Reference in a new issue