Changeset 2996
- Timestamp:
- 06/28/07 16:14:45 (5 years ago)
- Files:
-
- trunk/freewrt/Config.default (modified) (1 diff)
- trunk/freewrt/Config.in (modified) (1 diff)
- trunk/freewrt/rules.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Config.default
r2659 r2996 20 20 # FWRT_sparc is not set 21 21 FWRT_ARCH="arm" 22 FWRT_WGET="wget --passive-ftp -nd"23 22 FWRT_JLEVEL=1 24 23 FWRT_LINUX_2_4=y trunk/freewrt/Config.in
r2559 r2996 91 91 92 92 93 config FWRT_WGET94 string95 default "wget --passive-ftp -nd"96 97 93 config FWRT_JLEVEL 98 94 int trunk/freewrt/rules.mk
r2993 r2996 52 52 # Strip off the annoying quoting 53 53 ARCH:= $(strip $(subst ",, $(FWRT_ARCH))) 54 WGET:= $(strip $(subst ",, $(FWRT_WGET)))55 54 TARGET_OPTIMIZATION:= $(strip $(subst ",, $(FWRT_TARGET_OPTIMIZATION))) 56 55 FWRT_PREFIX:= $(strip $(subst ",, $(FWRT_PREFIX)))


