From: acinonyx Date: Sat, 27 Nov 2010 08:34:29 +0000 (+0000) Subject: [packages] quagga: Remove 'Config.in' file - not used since r24151 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f78a67404bcebfe4bad3106302f54ea21f814129;p=packages.git [packages] quagga: Remove 'Config.in' file - not used since r24151 git-svn-id: svn://svn.openwrt.org/openwrt/packages@24156 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/quagga/Config.in b/net/quagga/Config.in deleted file mode 100644 index 7f29e3de9..000000000 --- a/net/quagga/Config.in +++ /dev/null @@ -1,17 +0,0 @@ -# Quagga configuration - -choice - prompt "Quagga version" - depends on PACKAGE_quagga - default QUAGGA_STABLE - help - This option allows you to select the version of Quagga to be built. - -config QUAGGA_STABLE - bool "Use the latest stable version of Quagga" - -config QUAGGA_OLD - depends BROKEN - bool "Use the old release version 0.98.6" - -endchoice