summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-04-10 13:55:54 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-04-10 13:55:54 +0000
commit884a01d9c79d5eec5a8a6bdcf29ef824dde6994d (patch)
treec8d814cab5ad3a07328b1081d5e946b62b2c4614 /rules/iptables.make
parent14d11e70fc1bfda047eb4f12bfe5e2f34972e35f (diff)
downloadptxdist-884a01d9c79d5eec5a8a6bdcf29ef824dde6994d.tar.gz
ptxdist-884a01d9c79d5eec5a8a6bdcf29ef824dde6994d.tar.xz
* iptables: fix wrong library link name
- was a copy-paste error git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10285 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 65493002c..45c312723 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -72,7 +72,7 @@ $(STATEDIR)/iptables.targetinstall:
@$(call install_copy, iptables, 0, 0, 0644, -, \
/usr/lib/libxtables.so.1.0.0)
@$(call install_link, iptables, libxtables.so.1.0.0, /usr/lib/libxtables.so)
- @$(call install_link, iptables, libxtables.so.1.0.0, /usr/lib/libiptc.so.1)
+ @$(call install_link, iptables, libxtables.so.1.0.0, /usr/lib/libxtables.so.1)
# IPv6 part
ifdef PTXCONF_IPTABLES_INSTALL_IPV6_TOOLS