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