diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 11:33:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 11:33:00 +0000 |
commit | d73e2c552853ec91302dd855773ca80a5b5507c7 (patch) | |
tree | 3804c5a8888dec78e7a20c0ba8358fa2ed364c79 /package/network/utils/conntrack-tools | |
parent | 20de772ceaac0e28247f2c31a5faef94ecbd32ad (diff) | |
download | upstream-d73e2c552853ec91302dd855773ca80a5b5507c7.tar.gz upstream-d73e2c552853ec91302dd855773ca80a5b5507c7.tar.bz2 upstream-d73e2c552853ec91302dd855773ca80a5b5507c7.zip |
conntrack-tools: leave out bogus reject files on unpacking
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41376
Diffstat (limited to 'package/network/utils/conntrack-tools')
-rw-r--r-- | package/network/utils/conntrack-tools/Makefile | 2 |
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 |