From: Vasilis Tsiligiannis Date: Sat, 14 Jul 2012 12:59:27 +0000 (+0000) Subject: quagga: babeld depends on IPv6 support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8c5997759193d4a942764773b129459977e2ccee;p=openwrt%2Fsvn-archive%2Fpackages.git quagga: babeld depends on IPv6 support SVN-Revision: 32707 --- diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 7a7ad121d..9474a9e5a 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quagga PKG_VERSION:=0.99.21 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_MD5SUM:=99840adbe57047c90dfba6b6ed9aec7f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -119,7 +119,7 @@ endef define Package/quagga-babeld $(call Package/quagga/Default) - DEPENDS+=+quagga-libzebra + DEPENDS+=+quagga-libzebra @IPV6 TITLE:=Babel routing engine endef