From 685b95cae8516570c7e445910b026b576d281808 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Wed, 11 Jan 2006 22:19:49 +0000 Subject: slugos: make slugos-??? default to big-endian throughout in slugos.conf - the JFFS2 format can be overridden in the DISTRO .conf (unlike the other slugos configuration parameters) It can also be changed in local.conf if using a slugos-??? build directly. --- conf/distro/slugos-bag.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/distro/slugos-bag.conf') diff --git a/conf/distro/slugos-bag.conf b/conf/distro/slugos-bag.conf index 9d59722b48..c1f5ef8d03 100644 --- a/conf/distro/slugos-bag.conf +++ b/conf/distro/slugos-bag.conf @@ -13,6 +13,7 @@ DISTRO_TYPE ?= "beta" ARCH_BYTE_SEX = "be" ARM_INSTRUCTION_SET = "arm" TARGET_OS = "linux" +SLUGOS_IMAGESEX ?= "big-endian" FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/slugos-bag/cross/${DISTRO_FEED}" FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-bag/native/${DISTRO_FEED}" -- cgit v1.2.3