[packages] quagga: Remove broken flag from ripngd and add IPv6 dependency
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@24155 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ebe67c4cf
commit
3bc9bdd4ae
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=quagga
|
PKG_NAME:=quagga
|
||||||
ifneq ($(CONFIG_QUAGGA_OLD),)
|
ifneq ($(CONFIG_QUAGGA_OLD),)
|
||||||
PKG_VERSION:=0.98.6
|
PKG_VERSION:=0.98.6
|
||||||
PKG_RELEASE:=7
|
PKG_RELEASE:=8
|
||||||
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
|
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
|
||||||
PATCH_DIR:=./patches-old
|
PATCH_DIR:=./patches-old
|
||||||
else
|
else
|
||||||
PKG_VERSION:=0.99.17
|
PKG_VERSION:=0.99.17
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_MD5SUM:=37b9022adca04b03863d2d79787e643f
|
PKG_MD5SUM:=37b9022adca04b03863d2d79787e643f
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ endef
|
||||||
|
|
||||||
define Package/quagga-ripngd
|
define Package/quagga-ripngd
|
||||||
$(call Package/quagga/Default)
|
$(call Package/quagga/Default)
|
||||||
DEPENDS+=+quagga-libzebra @BROKEN
|
DEPENDS+=+quagga-libzebra @IPV6
|
||||||
TITLE:=RIPNG routing engine
|
TITLE:=RIPNG routing engine
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue