[packages] quagga: Remove 'Config.in' file - not used since r24151
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Sat, 27 Nov 2010 08:34:29 +0000 (08:34 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Sat, 27 Nov 2010 08:34:29 +0000 (08:34 +0000)
SVN-Revision: 24156

net/quagga/Config.in [deleted file]

diff --git a/net/quagga/Config.in b/net/quagga/Config.in
deleted file mode 100644 (file)
index 7f29e3d..0000000
+++ /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