Author: nbd Date: 2014-06-29 13:33:00 +0200 (Sun, 29 Jun 2014) New Revision: 41376
Modified: trunk/package/network/utils/conntrack-tools/Makefile Log: conntrack-tools: leave out bogus reject files on unpacking Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/utils/conntrack-tools/Makefile =================================================================== --- trunk/package/network/utils/conntrack-tools/Makefile 2014-06-29 11:03:46 UTC (rev 41375) +++ trunk/package/network/utils/conntrack-tools/Makefile 2014-06-29 11:33:00 UTC (rev 41376) @@ -23,6 +23,8 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +TAR_OPTIONS += --exclude='*.rej' + include $(INCLUDE_DIR)/package.mk define Package/conntrack-tools _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
