Changeset 2996

Show
Ignore:
Timestamp:
06/28/07 16:14:45 (5 years ago)
Author:
tg
Message:

there is no ${FWRT_WGET} or ${WGET}

Files:

Legend:

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

    r2659 r2996  
    2020# FWRT_sparc is not set 
    2121FWRT_ARCH="arm" 
    22 FWRT_WGET="wget --passive-ftp -nd" 
    2322FWRT_JLEVEL=1 
    2423FWRT_LINUX_2_4=y 
  • trunk/freewrt/Config.in

    r2559 r2996  
    9191 
    9292 
    93 config FWRT_WGET 
    94         string 
    95         default "wget --passive-ftp -nd" 
    96  
    9793config FWRT_JLEVEL 
    9894        int 
  • trunk/freewrt/rules.mk

    r2993 r2996  
    5252# Strip off the annoying quoting 
    5353ARCH:=                  $(strip $(subst ",, $(FWRT_ARCH))) 
    54 WGET:=                  $(strip $(subst ",, $(FWRT_WGET))) 
    5554TARGET_OPTIMIZATION:=   $(strip $(subst ",, $(FWRT_TARGET_OPTIMIZATION))) 
    5655FWRT_PREFIX:=           $(strip $(subst ",, $(FWRT_PREFIX)))