[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
This commit is contained in:
acinonyx 2010-11-27 08:34:29 +00:00
parent 1addc3f279
commit f78a67404b

View File

@ -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