From dfa8d3ee4030b9c3fffceeabaa2158ed0c0bfd3d Mon Sep 17 00:00:00 2001 From: acinonyx Date: Fri, 26 Nov 2010 23:03:20 +0000 Subject: [PATCH] [packages] quagga: Move package config in Makefile git-svn-id: svn+ssh://svn.openwrt.org/openwrt@24151 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6b73d93..b947c97 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ PKG_SOURCE_URL:=http://www.quagga.net/download/ \ http://www.de.quagga.net/download/ \ http://www.uk.quagga.net/download/ PKG_CONFIG_DEPENDS:= \ - CONFIG_QUAGGA_STABLE \ + CONFIG_QUAGGA_OLD \ CONFIG_IPV6 \ CONFIG_PACKAGE_quagga-isisd \ CONFIG_PACKAGE_quagga-ripngd @@ -56,7 +56,12 @@ define Package/quagga/description endef define Package/quagga/config - source "$(SOURCE)/Config.in" +config QUAGGA_OLD + depends on (PACKAGE_quagga && BROKEN) + default n + bool "Use the old release version 0.98.6" + help + This option allows you to select the old version of Quagga to be built. endef define Package/quagga-libzebra -- 2.30.2