All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Haley <brian.haley@hp.com>
To: akpm@linux-foundation.org
Cc: davem@davemloft.net, netdev@vger.kernel.org,
	jengelh@linux01.gwdg.de, jengelh@gmx.de, sri@us.ibm.com,
	vladislav.yasevich@hp.com
Subject: Re: [patch 4/8] Use menuconfig objects: SCTP
Date: Fri, 11 May 2007 09:45:16 -0400	[thread overview]
Message-ID: <4644736C.4000808@hp.com> (raw)
In-Reply-To: <200705110553.l4B5rkFq007858@shell0.pdx.osdl.net>

akpm@linux-foundation.org wrote:
> diff -puN net/sctp/Kconfig~use-menuconfig-objects-sctp net/sctp/Kconfig
> --- a/net/sctp/Kconfig~use-menuconfig-objects-sctp
> +++ a/net/sctp/Kconfig
> @@ -2,11 +2,9 @@
>  # SCTP configuration
>  #
>  
> -menu "SCTP Configuration (EXPERIMENTAL)"
> -	depends on INET && EXPERIMENTAL
> -
> -config IP_SCTP
> +menuconfig IP_SCTP
>  	tristate "The SCTP Protocol (EXPERIMENTAL)"
> +	depends on NET && EXPERIMENTAL
>  	depends on IPV6 || IPV6=n
>  	select CRYPTO if SCTP_HMAC_SHA1 || SCTP_HMAC_MD5
>  	select CRYPTO_HMAC if SCTP_HMAC_SHA1 || SCTP_HMAC_MD5

This just changed "INET && EXPERIMENTAL" to "NET && EXPERIMENTAL", don't 
know if that was intended.

-Brian

  reply	other threads:[~2007-05-11 13:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11  5:53 [patch 4/8] Use menuconfig objects: SCTP akpm
2007-05-11 13:45 ` Brian Haley [this message]
2007-05-11 14:12   ` Vlad Yasevich
2007-05-11 15:22     ` Jan Engelhardt
  -- strict thread matches above, loose matches on Subject: below --
2007-05-23 21:35 akpm
2007-05-23 21:49 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4644736C.4000808@hp.com \
    --to=brian.haley@hp.com \
    --cc=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=jengelh@gmx.de \
    --cc=jengelh@linux01.gwdg.de \
    --cc=netdev@vger.kernel.org \
    --cc=sri@us.ibm.com \
    --cc=vladislav.yasevich@hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.