build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39979 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
91e0e6627b
commit
5aa5418a71
2 changed files with 2 additions and 6 deletions
6
rules.mk
6
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue