From: Rod Whitby Date: Wed, 11 Jan 2006 10:23:13 +0000 (+0000) Subject: ludeos: Changed jffs2 to little-endian to match kernel. X-Git-Tag: Release-2010-05/1~9453^2~2690 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36750351a1f8d5c700c4542ea5a095ec929fa6b2;p=openembedded.git ludeos: Changed jffs2 to little-endian to match kernel. --- diff --git a/conf/distro/ludeos.conf b/conf/distro/ludeos.conf index 87fee2bd53..41eb60bd37 100644 --- a/conf/distro/ludeos.conf +++ b/conf/distro/ludeos.conf @@ -7,7 +7,7 @@ DISTRO_VERSION = "0.1-alpha" DISTRO_FEED = "unstable" DISTRO_TYPE = "beta" SLUGOS_IMAGENAME = "ludeos" -SLUGOS_IMAGESEX = "big-endian" +SLUGOS_IMAGESEX = "little-endian" ARCH_BYTE_SEX = "le" ARM_INSTRUCTION_SET = "arm"