[bmx6] disable quagga plugin till fixed

This commit is contained in:
Axel Neumann 2014-03-08 21:35:54 +01:00
parent 0b4d8ba883
commit f357272e42
1 changed files with 11 additions and 11 deletions

View File

@ -32,7 +32,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/axn/bmx6.git
PKG_REV:=4d3819b255540915408b827ae03fd92cbd7b4bdd
PKG_VERSION:=r2014030101
PKG_VERSION:=r2014030801
PKG_RELEASE:=4
PKG_SOURCE_VERSION:=$(PKG_REV)
@ -91,11 +91,11 @@ define Package/bmx6-sms
TITLE:=sms plugin
endef
define Package/bmx6-quagga
$(call Package/bmx6/Default)
DEPENDS:=bmx6 +qmp-quagga @BROKEN
TITLE:=bmx6 quagga plugin to redistribute/export routes (needs manet/bmx6 patched quagga 0.99.21)
endef
#define Package/bmx6-quagga
# $(call Package/bmx6/Default)
# DEPENDS:=bmx6 +qmp-quagga @BROKEN
# TITLE:=bmx6 quagga plugin to redistribute/export routes (needs manet/bmx6 patched quagga 0.99.21)
#endef
define Package/bmx6-table
$(call Package/bmx6/Default)
@ -142,14 +142,14 @@ define Package/bmx6-table/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/bmx6_table/bmx6_table.so $(1)/usr/lib/bmx6_table.so
endef
define Package/bmx6-quagga/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/bmx6_quagga/bmx6_quagga.so $(1)/usr/lib/bmx6_quagga.so
endef
#define Package/bmx6-quagga/install
# $(INSTALL_DIR) $(1)/usr/lib
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/bmx6_quagga/bmx6_quagga.so $(1)/usr/lib/bmx6_quagga.so
#endef
$(eval $(call BuildPackage,bmx6))
$(eval $(call BuildPackage,bmx6-uci-config))
$(eval $(call BuildPackage,bmx6-json))
$(eval $(call BuildPackage,bmx6-sms))
$(eval $(call BuildPackage,bmx6-quagga))
#$(eval $(call BuildPackage,bmx6-quagga))
$(eval $(call BuildPackage,bmx6-table))