build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTION...
[openwrt/staging/mkresin.git] / rules.mk
index 5d6322733994614991ddbad717b089a3fb1f6911..0769a09278270e92bec1c1c24ec9b5fd0e7ad7e9 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -272,12 +272,6 @@ else
   DISABLE_IPV6:=--disable-ipv6
 endif
 
-ifeq ($(CONFIG_TAR_VERBOSITY),y)
-  TAR_OPTIONS:=-xvf -
-else
-  TAR_OPTIONS:=-xf -
-endif
-
 ifeq ($(CONFIG_BUILD_LOG),y)
   BUILD_LOG:=1
 endif