comparison config @ 585:dd03aa5996e6

Two more $ARCH->$ARCH_NAME changes for hw- targets, add another example to config, and make hw-wrt610n build.
author Rob Landley <rob@landley.net>
date Tue, 13 Jan 2009 18:35:25 -0600
parents 5619a7375b74
children 5fa326c07bc4
comparison
equal deleted inserted replaced
584:26a5ac0c01ce 585:dd03aa5996e6
20 # export RECORD_COMMANDS=1 20 # export RECORD_COMMANDS=1
21 21
22 # If this is set, the cross-compiler stage is compiled with --static. 22 # If this is set, the cross-compiler stage is compiled with --static.
23 23
24 # export CROSS_BUILD_STATIC=1 24 # export CROSS_BUILD_STATIC=1
25
26 # This may be set by the target's "details" file, but you can override it here.
27 # You can set it to ext2, initramfs, or squashfs. It defaults to ext2 if blank.
28
29 # export SYSIMAGE_TYPE=ext2
25 30
26 # If this is set, try downloading packages from this location first. 31 # If this is set, try downloading packages from this location first.
27 32
28 # export PREFERRED_MIRROR=http://landley.net/code/firmware/mirror 33 # export PREFERRED_MIRROR=http://landley.net/code/firmware/mirror
29 34