aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-31 14:16:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-31 14:16:05 +0000
commit681a59b922ebeaaeb3bcf476be3b247a3113ca88 (patch)
tree497b0b78cdc87d7c2ac3194f7d9256d50eff9f7a /package
parent7099d9509c57fd131b0607b8d5dcc7e3736a59e1 (diff)
downloadupstream-681a59b922ebeaaeb3bcf476be3b247a3113ca88.tar.gz
upstream-681a59b922ebeaaeb3bcf476be3b247a3113ca88.tar.bz2
upstream-681a59b922ebeaaeb3bcf476be3b247a3113ca88.zip
fix typo (#268)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3088 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 777d464728..ed46df259e 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -42,7 +42,7 @@ $(eval $(call PKG_template,IP6TABLES,ip6tables,$(PKG_VERSION)-$(PKG_RELEASE),$(A
$(eval $(call PKG_template,IPTABLES_MOD_CONNTRACK,iptables-mod-conntrack,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,IPTABLES_MOD_EXTRA,iptables-mod-extra,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,IPTABLES_MOD_FILTER,iptables-mod-filter,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-$(eval $(call PKG_template,IPTABLES_MOD_IMQ,iptables-mod-img,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(eval $(call PKG_template,IPTABLES_MOD_IMQ,iptables-mod-imq,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,IPTABLES_MOD_IPOPT,iptables-mod-ipopt,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,IPTABLES_MOD_IPSEC,iptables-mod-ipsec,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,IPTABLES_MOD_NAT,iptables-mod-nat,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))