From b324eb209710da044d59c495fd94e1ca0aaf6564 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 28 Nov 2006 23:06:31 +0000 Subject: ludeos: removed archaic and deprecated distro (SlugOS supercedes and fully replaces LudeOS) --- conf/distro/ludeos.conf | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 conf/distro/ludeos.conf (limited to 'conf') diff --git a/conf/distro/ludeos.conf b/conf/distro/ludeos.conf deleted file mode 100644 index c6722619f8..0000000000 --- a/conf/distro/ludeos.conf +++ /dev/null @@ -1,36 +0,0 @@ -#@TYPE: Distribution -#@NAME: LudeOS -#@DESCRIPTION: LudeOS Linux Distribution for the Iomega NAS 100d - -DISTRO_NAME = "LudeOS" -DISTRO_VERSION = "0.1-alpha" -DISTRO_FEED = "unstable" -DISTRO_TYPE = "beta" -SLUGOS_IMAGENAME = "ludeos" -SLUGOS_IMAGESEX = "little-endian" - -ARCH_BYTE_SEX = "le" -ARM_INSTRUCTION_SET = "arm" -TARGET_OS = "linux" - -FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/slugos-lag/cross/${DISTRO_FEED}" -FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-lag/native/${DISTRO_FEED}" - -# This removes the dependency on upslug2-native. -SLUGOS_NATIVE_DEPENDS = "" - -SLUGOS_EXTRA_RDEPENDS = "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck \ -kernel-module-ext2 \ -kernel-module-jbd \ -kernel-module-ext3 \ -kernel-module-nfs \ -kernel-module-vfat \ -kernel-module-ntfs \ -kernel-module-isofs \ -kernel-module-udf \ -kernel-module-reiserfs \ -kernel-module-nls-cp437 \ -kernel-module-nls-utf8 \ -" - -require conf/distro/include/slugos.inc -- cgit v1.2.3 From fc821ff1c0b2d89c0a7b3a8686c3b0cd85d1e337 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Wed, 29 Nov 2006 11:54:43 +0000 Subject: ixp4xx.conf: Change default endiannes from be to le --- conf/machine/include/ixp4xx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/ixp4xx.conf b/conf/machine/include/ixp4xx.conf index 190ebe1c8c..0aba653201 100644 --- a/conf/machine/include/ixp4xx.conf +++ b/conf/machine/include/ixp4xx.conf @@ -15,7 +15,7 @@ # # description -ARCH_BYTE_SEX = "be" +ARCH_BYTE_SEX = "le" # "be" "le" # The memory byte sex and (on correctly implemented hardware - the IXP4XX is # correct) the byte sex of the buses within the system. 'be' (big-endian) -- cgit v1.2.3