conntrack-tools: leave out bogus reject files on unpacking
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Jun 2014 11:33:00 +0000 (11:33 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Jun 2014 11:33:00 +0000 (11:33 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41376 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/utils/conntrack-tools/Makefile

index 3c52441..f5466f3 100644 (file)
@@ -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