aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-08 17:25:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-08 17:25:26 +0000
commitacc0f6cee74c60e0a20300a80e6001c200601c2c (patch)
tree21b06f6ca59be6def75632fdb2737781955a70be /package/iptables/Makefile
parent1811d863f8c2fbd30696b8b1b3e9b69d54f73abe (diff)
downloadmaster-187ad058-acc0f6cee74c60e0a20300a80e6001c200601c2c.tar.gz
master-187ad058-acc0f6cee74c60e0a20300a80e6001c200601c2c.tar.bz2
master-187ad058-acc0f6cee74c60e0a20300a80e6001c200601c2c.zip
[package] iptables: remove CHAOS and TARPIT patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 55ca0b370f..58b4d722d5 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -20,7 +20,7 @@ endif
ifeq ($(CONFIG_LINUX_2_6),y)
PKG_VERSION:=1.4.1.1
- PKG_RELEASE:=1
+ PKG_RELEASE:=2
PKG_MD5SUM:=723fa88d8a0915e184f99e03e9bf06cb
endif
@@ -259,7 +259,7 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--enable-devel \
--with-kernel="$(LINUX_DIR)" \
- --with-xtlibdir=/usr/lib/iptables
+ --with-xtlibdir=/usr/lib/iptables
define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)