summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-22 09:23:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-24 19:15:33 +0200
commitee11facfb577dd1b2aa54445c23b61925889dabe (patch)
treefb4000dad4bdc397bff653a97689d2ba87a7f387 /rules/iptables.in
parentd7683894645220c3f6f34da050cfa45f46bf2374 (diff)
downloadptxdist-ee11facfb577dd1b2aa54445c23b61925889dabe.tar.gz
ptxdist-ee11facfb577dd1b2aa54445c23b61925889dabe.tar.xz
iptables: depend on kernel-header instead of kernel
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/iptables.in b/rules/iptables.in
index eebdc343a..bd59db090 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -3,7 +3,7 @@
menuconfig IPTABLES
tristate
prompt "iptables "
- select KERNEL
+ select KERNEL_HEADER
select LIBC_M
select LIBC_DL
select GCCLIBS_GCC_S