contrib/package/olsrd-luci: add mdns plugin
This commit is contained in:
parent
303b7fccac
commit
d674c54fac
2 changed files with 4436 additions and 1 deletions
|
@ -126,6 +126,13 @@ define Package/olsrd-luci-mod-watchdog
|
|||
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
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
define Build/Compile
|
||||
|
@ -141,7 +148,7 @@ define Build/Compile
|
|||
MANDIR="$(PKG_INSTALL_DIR)/usr/share/man" \
|
||||
STRIP="true" \
|
||||
INSTALL_LIB="true" \
|
||||
SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo nameservice secure txtinfo quagga watchdog"
|
||||
SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo nameservice secure txtinfo quagga watchdog mdns"
|
||||
endef
|
||||
|
||||
define Package/olsrd-luci/install
|
||||
|
@ -208,6 +215,11 @@ define Package/olsrd-luci-mod-watchdog/install
|
|||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/watchdog/olsrd_watchdog.so.* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Package/olsrd-luci-mod-mdns/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/mdns/olsrd_mdns.so.* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
|
||||
$(eval $(call BuildPackage,olsrd-luci))
|
||||
$(eval $(call BuildPackage,olsrd-luci-mod-arprefresh))
|
||||
|
@ -221,3 +233,4 @@ $(eval $(call BuildPackage,olsrd-luci-mod-secure))
|
|||
$(eval $(call BuildPackage,olsrd-luci-mod-txtinfo))
|
||||
$(eval $(call BuildPackage,olsrd-luci-mod-quagga))
|
||||
$(eval $(call BuildPackage,olsrd-luci-mod-watchdog))
|
||||
$(eval $(call BuildPackage,olsrd-luci-mod-mdns))
|
||||
|
|
4422
contrib/package/olsrd-luci/patches/160-add-mdns.patch
Normal file
4422
contrib/package/olsrd-luci/patches/160-add-mdns.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue