summaryrefslogtreecommitdiffstats
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
commit2b2541ebad985e416bd9a95e4fb8ccad1407570b (patch)
treea911b04ead72769c81c0fa53952964507aff76ec /package/iptables/Makefile
parent8188638b49868eda020530bb55fbd8597aaab9d6 (diff)
downloadmaster-31e0f0ae-2b2541ebad985e416bd9a95e4fb8ccad1407570b.tar.gz
master-31e0f0ae-2b2541ebad985e416bd9a95e4fb8ccad1407570b.tar.bz2
master-31e0f0ae-2b2541ebad985e416bd9a95e4fb8ccad1407570b.zip
iptables: remove CHAOS and TARPIT patches
SVN-Revision: 14447
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)