[packages] quagga: babeld depends on IPv6 support
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@32707 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
20e510acad
commit
6096ee74b2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue