1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 15:11:27 +02:00

use := for TAR_OPTIONS

SVN-Revision: 5084
This commit is contained in:
Felix Fietkau 2006-10-14 14:52:39 +00:00
parent 06a46fb09d
commit 7bdf50688f

@ -106,9 +106,9 @@ ifneq ($(CONFIG_LARGEFILE),y)
endif
ifeq ($(CONFIG_TAR_VERBOSITY),y)
TAR_OPTIONS=-xvf -
TAR_OPTIONS:=-xvf -
else
TAR_OPTIONS=-xf -
TAR_OPTIONS:=-xf -
endif
all: