X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Funpack.mk;h=2d3586309516ae83f28d1d3a78e8e25e773b5993;hb=44a6520118ffa4856ee41ef8da807a54febd11b6;hp=2b33c4cd8ea214b767d33e0f2c22b3adb38dc6f1;hpb=5aa5418a71630229f9e0151106ba04cb6cc9b5a1;p=openwrt.git diff --git a/include/unpack.mk b/include/unpack.mk index 2b33c4cd8e..2d35863095 100644 --- a/include/unpack.mk +++ b/include/unpack.mk @@ -11,8 +11,6 @@ ifneq ($(HOST_OS),Linux) else HOST_TAR:=$(TAR) endif - -TAR_OPTIONS:=-xf - TAR_CMD=$(HOST_TAR) -C $(1)/.. $(TAR_OPTIONS) UNZIP_CMD=unzip -d $(1)/.. $(DL_DIR)/$(PKG_SOURCE)