Revert "net/quagga: fix some compile issues on SDK"
This reverts commit r24147. git-svn-id: svn+ssh://svn.openwrt.org/openwrt@24150 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4b0145b0d8
commit
fa01cf8970
1 changed files with 1 additions and 12 deletions
13
Makefile
13
Makefile
|
@ -100,7 +100,7 @@ endef
|
|||
|
||||
define Package/quagga-ripngd
|
||||
$(call Package/quagga/Default)
|
||||
DEPENDS+=+quagga-libzebra @IPV6
|
||||
DEPENDS+=+quagga-libzebra @BROKEN
|
||||
TITLE:=RIPNG routing engine
|
||||
endef
|
||||
|
||||
|
@ -287,7 +287,6 @@ define Package/quagga-libzebra/install
|
|||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libzebra.so.* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
ifeq ($(CONFIG_IPV6),y)
|
||||
$(eval $(call BuildPackage,quagga))
|
||||
$(eval $(call BuildPackage,quagga-libzebra))
|
||||
$(eval $(call BuildPackage,quagga-libospf))
|
||||
|
@ -298,13 +297,3 @@ $(eval $(call BuildPackage,quagga-ospf6d))
|
|||
$(eval $(call BuildPackage,quagga-ripd))
|
||||
$(eval $(call BuildPackage,quagga-ripngd))
|
||||
$(eval $(call BuildPackage,quagga-vtysh))
|
||||
else
|
||||
$(eval $(call BuildPackage,quagga))
|
||||
$(eval $(call BuildPackage,quagga-libzebra))
|
||||
$(eval $(call BuildPackage,quagga-libospf))
|
||||
$(eval $(call BuildPackage,quagga-bgpd))
|
||||
$(eval $(call BuildPackage,quagga-isisd))
|
||||
$(eval $(call BuildPackage,quagga-ospfd))
|
||||
$(eval $(call BuildPackage,quagga-ripd))
|
||||
$(eval $(call BuildPackage,quagga-vtysh))
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue