diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-12 09:02:18 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-12 09:02:18 +0000 |
commit | d1b1231953cce26a8d087a087cc54d83b568c20a (patch) | |
tree | 1b7a3b390ab72414f64161d5365700b37c293aeb /conf/distro/include/slugos.inc | |
parent | f3088cbe5754d03762722ae4ca05de2063485864 (diff) |
slugos: Changed SLUGOS_FLASH_IMAGE to be multi-valued, to allow for multiple target upgrade image formats. Changed the image name, so that it overwrites the previously built image (and doesn't fill the autobuilder disks).
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r-- | conf/distro/include/slugos.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index e015314d92..07b144c7c1 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -113,8 +113,9 @@ SLUGOS_IMAGENAME ?= "${DISTRO_NAME}" # issues in the kernel need to cancel this (set CMDLINE_DEBUG empty in local.conf) CMDLINE_DEBUG = "noirqdebug" -# Building a full image. If you set SLUGOS_FLASH_IMAGE to "yes" a complete -# 8MByte flash image will be built after the rootfs JFFS2 image. +# Building a full image. If you set SLUGOS_FLASH_IMAGE to "nslu2" a complete +# 8MByte flash image will be built after the rootfs JFFS2 image. Other options +# may later be defined for other vendor-flashable image types. # # If you do this you will need to find a source for the LinkSys software to be # placed in the full image - 'RedBoot' (the boot loader), 'Trailer' (just a bunch |