summaryrefslogtreecommitdiff
path: root/package/quagga
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
commit4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch)
tree6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/quagga
parentac653c53d6ef59e45f0236a0e05a4225439d281d (diff)
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/quagga')
-rw-r--r--package/quagga/Config.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/quagga/Config.in b/package/quagga/Config.in
index 6158cde7c..dc5adec46 100644
--- a/package/quagga/Config.in
+++ b/package/quagga/Config.in
@@ -1,12 +1,10 @@
config BR2_PACKAGE_QUAGGA
bool
- default n
comment "quagga suite"
config BR2_PACKAGE_QUAGGA_ZEBRA
bool "quagga zebra"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
@@ -16,7 +14,6 @@ config BR2_PACKAGE_QUAGGA_ZEBRA
config BR2_PACKAGE_QUAGGA_BGPD
bool "quagga bgpd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
@@ -26,7 +23,6 @@ config BR2_PACKAGE_QUAGGA_BGPD
config BR2_PACKAGE_QUAGGA_RIPD
bool "quagga ripd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
@@ -36,7 +32,6 @@ config BR2_PACKAGE_QUAGGA_RIPD
config BR2_PACKAGE_QUAGGA_RIPNGD
bool "quagga ripngd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
@@ -46,7 +41,6 @@ config BR2_PACKAGE_QUAGGA_RIPNGD
config BR2_PACKAGE_QUAGGA_OSPFD
bool "quagga ospfd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
@@ -56,7 +50,6 @@ config BR2_PACKAGE_QUAGGA_OSPFD
config BR2_PACKAGE_QUAGGA_OSPF6D
bool "quagga ospf6d"
- default n
select BR2_PACKAGE_QUAGGA
depends on BR2_INET_IPV6
help
@@ -67,7 +60,6 @@ config BR2_PACKAGE_QUAGGA_OSPF6D
config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
bool "quagga watchquagga"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
@@ -77,7 +69,6 @@ config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
config BR2_PACKAGE_QUAGGA_ISISD
bool "isisd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
@@ -89,7 +80,6 @@ if BR2_PACKAGE_QUAGGA
comment "common options for quagga suite"
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
bool "BGP route announcement"
- default n
config BR2_PACKAGE_QUAGGA_NETLINK
bool "quagga: use linux netlink interface"
@@ -97,15 +87,12 @@ config BR2_PACKAGE_QUAGGA_NETLINK
config BR2_PACKAGE_QUAGGA_SNMP
bool "quagga: SNMP support"
- default n
config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
bool "quagga: TCP/IP socket connection between zebra and proto daemon"
- default n
config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
bool "quagga: OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
- default n
config BR2_PACKAGE_QUAGGA_CONFIGURE
string "quagga: extra configure options"