quagga: babeld depends on IPv6 support
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Sat, 14 Jul 2012 12:59:27 +0000 (12:59 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Sat, 14 Jul 2012 12:59:27 +0000 (12:59 +0000)
SVN-Revision: 32707

net/quagga/Makefile

index 7a7ad121da49c26e8d5521d07973807eb3a0f2ff..9474a9e5afd983ed1f48cf4c51e97ae2a8b68b7d 100644 (file)
@@ -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