diff options
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 |