Changeset 231

Show
Ignore:
Timestamp:
07/16/06 20:43:39 (6 years ago)
Author:
tg
Message:

remove tar verbosity

requested by and on behalf of wbx@

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Config.in

    r157 r231  
    9191        default "wget --passive-ftp -nd" 
    9292 
    93 config BR2_TAR_VERBOSITY 
    94         bool  
    95         default n 
    96  
    9793config BR2_JLEVEL 
    9894        int 
  • trunk/freewrt/rules.mk

    r228 r231  
    5454#"))"))"))"))")) # for vim's broken syntax highlighting :) 
    5555 
    56  
    57 ifeq ($(BR2_TAR_VERBOSITY),y) 
    58 TAR_OPTIONS=    -xvf 
    59 else 
    6056TAR_OPTIONS=    -xf 
    61 endif 
    6257TAR_EXTRACT=    ${TOPDIR}/lbin/tar ${TAR_OPTIONS} - 
    6358