X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=rules.mk;h=a84636a21b3bd0799c3eeb1fb734f818cd982e2a;hp=cc02b91bc9c8cc69f8072d57529e147c86fe2530;hb=cb82cdbb557fcc94fb2c17e6d78fd17d2fc7cbc2;hpb=4c1661b830ca91a72fe71c65cfcbcf121e836436 diff --git a/rules.mk b/rules.mk index cc02b91bc9..a84636a21b 100644 --- a/rules.mk +++ b/rules.mk @@ -16,9 +16,6 @@ include $(TOPDIR)/include/verbose.mk export TMP_DIR:=$(TOPDIR)/tmp -GREP_OPTIONS= -export GREP_OPTIONS - qstrip=$(strip $(subst ",,$(1))) #")) @@ -266,6 +263,8 @@ else DISABLE_IPV6:=--disable-ipv6 endif +TAR_OPTIONS:=-xf - + ifeq ($(CONFIG_BUILD_LOG),y) BUILD_LOG:=1 endif