mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] iptables: remove dependency on KERNEL_HEADERS
@ 2017-11-28 10:58 Oleksij Rempel
  2017-11-28 11:18 ` Roland Hieber
  0 siblings, 1 reply; 3+ messages in thread
From: Oleksij Rempel @ 2017-11-28 10:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Oleksij Rempel

with latest toolchain iptables will build with KERNEL_HEADERS

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 rules/iptables.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/iptables.in b/rules/iptables.in
index 0c4ded12a..3cad506d0 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -3,7 +3,6 @@
 menuconfig IPTABLES
 	tristate
 	prompt "iptables                      "
-	select KERNEL_HEADER
 	select LIBC_M
 	select LIBC_DL
 	select GCCLIBS_GCC_S
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] iptables: remove dependency on KERNEL_HEADERS
  2017-11-28 10:58 [ptxdist] [PATCH] iptables: remove dependency on KERNEL_HEADERS Oleksij Rempel
@ 2017-11-28 11:18 ` Roland Hieber
  2017-11-28 13:32   ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2017-11-28 11:18 UTC (permalink / raw)
  To: ptxdist

On 28.11.2017 11:58, Oleksij Rempel wrote:
> with latest toolchain iptables will build with KERNEL_HEADERS

Sorry, that commit message is not clear to me. If it builds with 
KERNEL_HEADERS, why do you remove it?

Also you should probably capitalize the first character of a line :)

  - Roland

> 
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>   rules/iptables.in | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/rules/iptables.in b/rules/iptables.in
> index 0c4ded12a..3cad506d0 100644
> --- a/rules/iptables.in
> +++ b/rules/iptables.in
> @@ -3,7 +3,6 @@
>   menuconfig IPTABLES
>   	tristate
>   	prompt "iptables                      "
> -	select KERNEL_HEADER
>   	select LIBC_M
>   	select LIBC_DL
>   	select GCCLIBS_GCC_S
> 

-- 
Pengutronix e.K.                  | Roland Hieber               |
Industrial Linux Solutions        | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] iptables: remove dependency on KERNEL_HEADERS
  2017-11-28 11:18 ` Roland Hieber
@ 2017-11-28 13:32   ` Michael Olbrich
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2017-11-28 13:32 UTC (permalink / raw)
  To: ptxdist

On Tue, Nov 28, 2017 at 12:18:01PM +0100, Roland Hieber wrote:
> On 28.11.2017 11:58, Oleksij Rempel wrote:
> > with latest toolchain iptables will build with KERNEL_HEADERS
> 
> Sorry, that commit message is not clear to me. If it builds with
> KERNEL_HEADERS, why do you remove it?
> 
> Also you should probably capitalize the first character of a line :)

It builds with the kernel headers from the toolchain, so KERNEL_HEADERS is
no longer needed. I've improved the commit message when I added it to my
local patch queue.

Michael

>  - Roland
> 
> > 
> > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> > ---
> >   rules/iptables.in | 1 -
> >   1 file changed, 1 deletion(-)
> > 
> > diff --git a/rules/iptables.in b/rules/iptables.in
> > index 0c4ded12a..3cad506d0 100644
> > --- a/rules/iptables.in
> > +++ b/rules/iptables.in
> > @@ -3,7 +3,6 @@
> >   menuconfig IPTABLES
> >   	tristate
> >   	prompt "iptables                      "
> > -	select KERNEL_HEADER
> >   	select LIBC_M
> >   	select LIBC_DL
> >   	select GCCLIBS_GCC_S
> > 
> 
> -- 
> Pengutronix e.K.                  | Roland Hieber               |
> Industrial Linux Solutions        | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
> Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-28 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 10:58 [ptxdist] [PATCH] iptables: remove dependency on KERNEL_HEADERS Oleksij Rempel
2017-11-28 11:18 ` Roland Hieber
2017-11-28 13:32   ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox