X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Funpack.mk;h=3fabf460336b711a8e413927c901c8a581a7eb46;hb=2eba0baf7746504a975b3e61c97949da9d565467;hp=2b33c4cd8ea214b767d33e0f2c22b3adb38dc6f1;hpb=5aa5418a71630229f9e0151106ba04cb6cc9b5a1;p=openwrt.git diff --git a/include/unpack.mk b/include/unpack.mk index 2b33c4cd8e..3fabf46033 100644 --- a/include/unpack.mk +++ b/include/unpack.mk @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006-2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -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)