projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20de772
)
conntrack-tools: leave out bogus reject files on unpacking
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 11:33:00 +0000
(11:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 11:33:00 +0000
(11:33 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41376
package/network/utils/conntrack-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index 3c52441f4ce5fe82b1cb485f5f4a882657bf7221..f5466f3a9658ff61f32a83c331d7377719986d6e 100644
(file)
--- 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