aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/conntrack-tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-29 11:33:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-29 11:33:00 +0000
commit5f42069b4f722ddf738ec9545ec1f0c70b461612 (patch)
tree1e457393434b009e45bcb14b7d490c2225fa5b2b /package/network/utils/conntrack-tools/Makefile
parent279c81079bcc2a8bb990e6495dc90a080c15a3ec (diff)
downloadmaster-187ad058-5f42069b4f722ddf738ec9545ec1f0c70b461612.tar.gz
master-187ad058-5f42069b4f722ddf738ec9545ec1f0c70b461612.tar.bz2
master-187ad058-5f42069b4f722ddf738ec9545ec1f0c70b461612.zip
conntrack-tools: leave out bogus reject files on unpacking
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/conntrack-tools/Makefile')
-rw-r--r--package/network/utils/conntrack-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile
index 3c52441f4c..f5466f3a96 100644
--- a/package/network/utils/conntrack-tools/Makefile
+++ b/package/network/utils/conntrack-tools/Makefile
@@ -23,6 +23,8 @@ PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
+TAR_OPTIONS += --exclude='*.rej'
+
include $(INCLUDE_DIR)/package.mk
define Package/conntrack-tools