summaryrefslogtreecommitdiff
path: root/package/quagga/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-25 21:13:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-25 21:13:21 +0100
commit02e9bb0970ba681f228dc642b1e5026cc97047c7 (patch)
tree3521f7ffac2ffbb868e88fbaff85018b5fee54a5 /package/quagga/Config.in
parent23153b00979f7e0e6b1dee395db7215185ba501b (diff)
simplify buildsystem
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
Diffstat (limited to 'package/quagga/Config.in')
-rw-r--r--package/quagga/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/quagga/Config.in b/package/quagga/Config.in
index 446d7ab9e..6e1d0905e 100644
--- a/package/quagga/Config.in
+++ b/package/quagga/Config.in
@@ -3,7 +3,6 @@
config ADK_PACKAGE_QUAGGA
prompt "quagga............................ The Quagga Software Routing Suite"
tristate
- depends on ADK_IPV6
default n
help
A routing software package that provides TCP/IP based routing services
@@ -34,7 +33,6 @@ config ADK_PACKAGE_QUAGGA_OSPF6D
tristate
default n
depends on ADK_PACKAGE_QUAGGA
- depends on ADK_IPV6
help
An OSPFv3 (IPv6) routing engine for use with Quagga routing software.
@@ -51,7 +49,6 @@ config ADK_PACKAGE_QUAGGA_RIPNGD
tristate
default n
depends on ADK_PACKAGE_QUAGGA
- depends on ADK_IPV6
help
A RIPNG (IPv6) routing engine for use with Quagga routing software.