From: Alexandros C. Couloumbis Date: Thu, 21 Oct 2010 13:03:12 +0000 (+0000) Subject: net/quagga: fix default options X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=04d0dce0fe4fa32ad5122f26a0e665096b33f684;p=openwrt%2Fsvn-archive%2Farchive.git net/quagga: fix default options SVN-Revision: 23569 --- 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