From a5ac61715b70ef628e1239e92ffd7aae859e8294 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Jun 2008 19:06:25 +0000 Subject: buildroot: s/depends/depends on/ The new kconfig is more strict regarding depends/depends on, so fixup the tree. --- package/quagga/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/quagga') diff --git a/package/quagga/Config.in b/package/quagga/Config.in index 880147aa4..6158cde7c 100644 --- a/package/quagga/Config.in +++ b/package/quagga/Config.in @@ -58,7 +58,7 @@ config BR2_PACKAGE_QUAGGA_OSPF6D bool "quagga ospf6d" default n select BR2_PACKAGE_QUAGGA - depends BR2_INET_IPV6 + depends on BR2_INET_IPV6 help routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4. -- cgit v1.2.3