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=e0463d836165ae7d2aa546ae6e460fa3f0a737ee;p=openwrt%2Fsvn-archive%2Fpackages.git net/quagga: fix default options SVN-Revision: 23569 --- diff --git a/net/quagga/Makefile b/net/quagga/Makefile index e4a79c754..19f6f4c16 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