From 08c9668df356fc47f01cde8e421d3dc24adc4c9e Mon Sep 17 00:00:00 2001 From: John Bowler Date: Wed, 26 Oct 2005 21:05:31 +0000 Subject: slugos, openslug, ucslugc: move to new slugos base distro in openslug 3.0, ucslugc 3 - all the nslu2-???.conf files are now slugos-???.conf and slugos has been made - the base for both openslug and ucslugc. OpenSlug now enables thumb interwork. --- conf/distro/slugos-btu.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf/distro/slugos-btu.conf (limited to 'conf/distro/slugos-btu.conf') diff --git a/conf/distro/slugos-btu.conf b/conf/distro/slugos-btu.conf new file mode 100644 index 0000000000..6c96441076 --- /dev/null +++ b/conf/distro/slugos-btu.conf @@ -0,0 +1,20 @@ +#@TYPE: Distribution +#@NAME: SLUGOS-BTU +#@DESCRIPTION: Linux Distribution for the NSLU2 + +# See slugos.conf for an explanation of this file. + +# This slugos variant corresponds to UcSlugC +DISTRO_NAME ?= "slugos-btu" +DISTRO_VERSION ?= "3-beta" +DISTRO_FEED ?= "unstable" +DISTRO_TYPE ?= "beta" + +ARCH_BYTE_SEX = "be" +ARM_INSTRUCTION_SET = "thumb" +TARGET_OS = "linux-uclibc" + +FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/slugos-btu/cross/${DISTRO_FEED}" +FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-btu/native/${DISTRO_FEED}" + +include conf/distro/slugos.conf -- cgit v1.2.3