From c15b41e393306e1c741de2aca04037e2fa2c3e4d Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 6 Oct 2009 04:40:28 +0000 Subject: [PATCH] quagga: mark ripngd as broken in the old version as well git-svn-id: svn+ssh://svn.openwrt.org/openwrt@17950 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 911c4f5..10f7376 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ endef define Package/quagga-ripngd $(call Package/quagga/Default) - DEPENDS += quagga-libzebra + DEPENDS += quagga-libzebra @BROKEN TITLE:=RIPNG routing engine endef