projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6caebb0
)
[NETFILTER]: Add xt_statistic.h to the header list for usermode programs
author
Chuck Ebbert
<cebbert@redhat.com>
Sun, 5 Aug 2007 04:18:16 +0000
(21:18 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 5 Aug 2007 04:18:16 +0000
(21:18 -0700)
Add xt_statistic.h to the list of headers to install.
Apparently needed to build newer versions of iptables.
Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/Kbuild
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/netfilter/Kbuild
b/include/linux/netfilter/Kbuild
index 43397a414cd6a8b963b086ed89262715d201a9fb..ab57cb7d7c61067fd0bf4f7d0a74a6d348886d60 100644
(file)
--- a/
include/linux/netfilter/Kbuild
+++ b/
include/linux/netfilter/Kbuild
@@
-28,6
+28,7
@@
header-y += xt_policy.h
header-y += xt_realm.h
header-y += xt_sctp.h
header-y += xt_state.h
+header-y += xt_statistic.h
header-y += xt_string.h
header-y += xt_tcpmss.h
header-y += xt_tcpudp.h