[packages] quagga: Remove broken flag from ripngd and add IPv6 dependency
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Fri, 26 Nov 2010 23:11:28 +0000 (23:11 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Fri, 26 Nov 2010 23:11:28 +0000 (23:11 +0000)
SVN-Revision: 24155

net/quagga/Makefile

index fffc2066e5a951698e0db790b62589ab0d93516e..051177fd6754b37348c0835604231b8ad705fcb2 100644 (file)
@@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=quagga
 ifneq ($(CONFIG_QUAGGA_OLD),)
   PKG_VERSION:=0.98.6
-  PKG_RELEASE:=7
+  PKG_RELEASE:=8
   PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
   PATCH_DIR:=./patches-old
 else
   PKG_VERSION:=0.99.17
-  PKG_RELEASE:=3
+  PKG_RELEASE:=4
   PKG_MD5SUM:=37b9022adca04b03863d2d79787e643f
 endif
 
@@ -111,7 +111,7 @@ endef
 
 define Package/quagga-ripngd
   $(call Package/quagga/Default)
-  DEPENDS+=+quagga-libzebra @BROKEN
+  DEPENDS+=+quagga-libzebra @IPV6
   TITLE:=RIPNG routing engine
 endef