summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2017-11-28 11:58:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-12-01 14:11:54 +0100
commit055bbc9237ba9147ca252efcac6ad387fda82ac6 (patch)
tree1b1a61d48a985ae1316c86661c2cadad62b450b3 /rules/iptables.in
parent2102d9437044161bb19300a1189a962648998fe3 (diff)
downloadptxdist-055bbc9237ba9147ca252efcac6ad387fda82ac6.tar.gz
ptxdist-055bbc9237ba9147ca252efcac6ad387fda82ac6.tar.xz
iptables: remove dependency on KERNEL_HEADERS
With current toolchains the kernel headers provided by the toolchain are new enough to build iptables. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in1
1 files changed, 0 insertions, 1 deletions
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