From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- package/quagga/Config.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'package/quagga') 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" -- cgit v1.2.3-55-g7522