summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-06-04 12:39:34 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-06-04 12:39:34 +0000
commit83d2727bcb1a3b059c8c5939f267c45b6ce36ed2 (patch)
tree0f0fc77a8e823804167a6dc7dce11065634a721f /rules/iptables.make
parentf96c8f8f3477304271c078a450db5a7e968a5d20 (diff)
downloadptxdist-83d2727bcb1a3b059c8c5939f267c45b6ce36ed2.tar.gz
ptxdist-83d2727bcb1a3b059c8c5939f267c45b6ce36ed2.tar.xz
* use correct KERNEL_DIR in the install stage
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8309 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 715c4b6d4..e1ca1366e 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -87,7 +87,7 @@ iptables_install: $(STATEDIR)/iptables.install
$(STATEDIR)/iptables.install: $(iptables_install_deps_default)
@$(call targetinfo, $@)
- @$(call install, IPTABLES)
+ @$(call install, IPTABLES,,, KERNEL_DIR=$(KERNEL_DIR) PREFIX=/usr)
@$(call touch, $@)
# ----------------------------------------------------------------------------