[packages] quagga: babeld depends on IPv6 support

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32707 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2012-07-14 12:59:27 +00:00
parent 7fc24a1512
commit 6ef9c0584e

View 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