From 3c8e0c96703bfdcf395cc9baca4920f99c1d3c2d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 11 Dec 2014 09:47:26 +0100 Subject: [PATCH] quagga: mark as @BROKEN, unfixed since September https://github.com/openwrt-routing/packages/issues/56 Signed-off-by: Steven Barth --- quagga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quagga/Makefile b/quagga/Makefile index 46a4235..cb88b71 100644 --- a/quagga/Makefile +++ b/quagga/Makefile @@ -46,7 +46,7 @@ endef define Package/quagga $(call Package/quagga/Default) - DEPENDS:=+librt + DEPENDS:=@BROKEN +librt MENU:=1 endef -- 2.30.2