[PATCH] add seemingly-appropriate dependency on IPV6

Rob Landley rob at landley.net
Mon Apr 10 17:33:07 UTC 2006


On Monday 10 April 2006 7:37 am, Robert P. J. Day wrote:
>   (does this patch make sense?)
>
> diff -pru busybox/networking/Config.in busybox.new/networking/Config.in
> --- busybox/networking/Config.in	2006-04-10 07:15:58.000000000 -0400
> +++ busybox.new/networking/Config.in	2006-04-10 07:36:36.000000000 -0400
> @@ -260,7 +260,7 @@ config CONFIG_FEATURE_IFUPDOWN_IPV4
>  config CONFIG_FEATURE_IFUPDOWN_IPV6
>  	bool "  Enable support for IPv6"
>  	default n
> -	depends on CONFIG_IFUPDOWN
> +	depends on CONFIG_IFUPDOWN && CONFIG_FEATURE_IPV6
>  	help
>  	  If you need support for IPv6, turn this option on.

Looks good to me.

Applied.

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list