# HG changeset patch # User Rob Landley # Date 1231893325 21600 # Node ID dd03aa5996e648de869d876a66b97a87734bbbe4 # Parent 26a5ac0c01ce3cd26fb0d1e830624966856e3f63 Two more $ARCH->$ARCH_NAME changes for hw- targets, add another example to config, and make hw-wrt610n build. diff -r 26a5ac0c01ce -r dd03aa5996e6 config --- a/config Tue Jan 13 18:32:38 2009 -0600 +++ b/config Tue Jan 13 18:35:25 2009 -0600 @@ -23,6 +23,11 @@ # export CROSS_BUILD_STATIC=1 +# This may be set by the target's "details" file, but you can override it here. +# You can set it to ext2, initramfs, or squashfs. It defaults to ext2 if blank. + +# export SYSIMAGE_TYPE=ext2 + # If this is set, try downloading packages from this location first. # export PREFERRED_MIRROR=http://landley.net/code/firmware/mirror diff -r 26a5ac0c01ce -r dd03aa5996e6 run-from-build.sh --- a/run-from-build.sh Tue Jan 13 18:32:38 2009 -0600 +++ b/run-from-build.sh Tue Jan 13 18:35:25 2009 -0600 @@ -4,7 +4,7 @@ source sources/include.sh PATH="$SAVEPATH" -cd "${BUILD}/system-image-$ARCH" || exit 1 +cd "${BUILD}/system-image-$ARCH_NAME" || exit 1 # A little paranoia. fsck.ext2 -y "image-${ARCH}.ext2"