From adc4005450dc7fa0ec8ef2940c776e68dfbeb851 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 21 Mar 2014 15:54:03 +0000 Subject: build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39979 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- rules.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index 5d63227339..0769a09278 100644 --- 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 -- cgit v1.2.3