Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] ulogd: only for kernels <= 3.16.x
Date: Wed, 8 Oct 2014 20:03:13 +0200	[thread overview]
Message-ID: <20141008180313.GB4718@free.fr> (raw)
In-Reply-To: <1412789575-31614-1-git-send-email-gustavo@zacarias.com.ar>

Gustavo, All,

On 2014-10-08 14:32 -0300, Gustavo Zacarias spake thusly:
> The ulog netfilter target has been deprecated for some time and removed
> in kernels >= 3.17.x so limit it to older headers. Fixes:
> http://autobuild.buildroot.net/results/9ca/9ca43764c7363f9a00b8a0c7df20a492c00088b5/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/ulogd/Config.in | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/ulogd/Config.in b/package/ulogd/Config.in
> index 04acf0c..c792973 100644
> --- a/package/ulogd/Config.in
> +++ b/package/ulogd/Config.in
> @@ -4,6 +4,8 @@ config BR2_PACKAGE_ULOGD
>  	depends on BR2_LARGEFILE
>  	depends on !BR2_PREFER_STATIC_LIB
>  	depends on BR2_USE_MMU
> +	# ulog support removed for kernels >= 3.17
> +	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
>  	select BR2_PACKAGE_LIBMNL
>  	select BR2_PACKAGE_LIBNETFILTER_ACCT
>  	select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
> @@ -17,3 +19,4 @@ config BR2_PACKAGE_ULOGD
>  comment "ulogd needs a toolchain w/ IPv6, largefile, dynamic library"
>  	depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || BR2_PREFER_STATIC_LIB
>  	depends on BR2_USE_MMU
> +	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
> -- 
> 2.0.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-10-08 18:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-08 17:32 [Buildroot] [PATCH] ulogd: only for kernels <= 3.16.x Gustavo Zacarias
2014-10-08 18:03 ` Yann E. MORIN [this message]
2014-10-08 18:48 ` Peter Korsgaard

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=20141008180313.GB4718@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox