mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
netfilter: add missing xt_connlabel.h header in installation
In (c539f01
netfilter: add connlabel conntrack extension), it
was missing the change to the Kbuild file to install the header
in the system.
Change-Id: I3d20d2ad16f53ef40d83633957a4c91c9d2f80ec
Reported-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
6b989d3879
commit
b1a3e8c582
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ header-y += xt_addrtype.h
|
|||
header-y += xt_cluster.h
|
||||
header-y += xt_comment.h
|
||||
header-y += xt_connbytes.h
|
||||
header-y += xt_connlabel.h
|
||||
header-y += xt_connlimit.h
|
||||
header-y += xt_connmark.h
|
||||
header-y += xt_conntrack.h
|
||||
|
|
Loading…
Reference in a new issue