diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-11 10:23:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-11 10:23:01 +0000 |
commit | 8724f16eaa787e6b9ef103640c374286bbd4db7a (patch) | |
tree | 6bcf59e2175532342e1f826e58cb86bc03825b73 /conf/distro/debianslug.conf | |
parent | 8654061bea23f92c20eab7925e702d1b7562f130 (diff) |
slugos: Enabled JFFS2 endianness to be controlled.
Diffstat (limited to 'conf/distro/debianslug.conf')
-rw-r--r-- | conf/distro/debianslug.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index 163e4cd1b6..9d448ea826 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -10,6 +10,7 @@ DISTRO_VERSION = "3.1-beta" DISTRO_FEED = "unstable" DISTRO_TYPE = "beta" SLUGOS_IMAGENAME = "debianslug" +SLUGOS_IMAGESEX = "little-endian" # debianslug builds a complete image (not just the parts) SLUGOS_FLASH_IMAGE = "yes" |