diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 15:54:03 +0000 |
commit | 00bcebeb4cabcaa630ee940f8bd15d29a563afa6 (patch) | |
tree | 352b3dbe658c8be5470d509916d84d39479a834f /rules.mk | |
parent | 2ba3e0ebe6b43ce38e54b2c9dac2909ed0ce29d2 (diff) | |
download | mtk-20170518-00bcebeb4cabcaa630ee940f8bd15d29a563afa6.zip mtk-20170518-00bcebeb4cabcaa630ee940f8bd15d29a563afa6.tar.gz mtk-20170518-00bcebeb4cabcaa630ee940f8bd15d29a563afa6.tar.bz2 |
build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39979
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |