From 04d0dce0fe4fa32ad5122f26a0e665096b33f684 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Thu, 21 Oct 2010 13:03:12 +0000 Subject: [PATCH] net/quagga: fix default options SVN-Revision: 23569 --- net/quagga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index e4a79c7541..19f6f4c165 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -45,7 +45,7 @@ endef define Package/quagga $(call Package/quagga/Default) - DEPENDS:=+QUAGGA_STABLE:librt + DEPENDS:=+!QUAGGA_OLD:librt MENU:=1 endef -- 2.30.2