X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f6777ece942ebd64b3ae43c3c939654577bfc6bd..043ac6c8ed76ff5a1f3b84a6f2f5f12edfedc93c:/include/host.mk diff --git a/include/host.mk b/include/host.mk index 6c0dcd669..3100ce416 100644 --- a/include/host.mk +++ b/include/host.mk @@ -25,9 +25,6 @@ $(TOPDIR)/.host.mk: $(INCLUDE_DIR)/host.mk TAR=`which gtar`; \ [ -n "$$TAR" -a -x "$$TAR" ] || TAR=`which tar`; \ echo "TAR:=$$TAR" >> $@; \ - if $$TAR --version 2>&1 | grep 'GNU' >/dev/null; then \ - echo "TAR_WILDCARDS:=--wildcards" >> $@; \ - fi; \ ZCAT=`which gzcat`; \ [ -n "$$ZCAT" -a -x "$$ZCAT" ] || ZCAT=`which zcat`; \ echo "ZCAT:=$$ZCAT" >> $@; \