diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-26 21:05:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-26 21:05:31 +0000 |
commit | 08c9668df356fc47f01cde8e421d3dc24adc4c9e (patch) | |
tree | 87d94226fa641abf40160f20663f54f30a912266 /conf/distro/slugos-ltu.conf | |
parent | 760961336989b539a2546f43e8ce3d84a92a3c0f (diff) |
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.
Diffstat (limited to 'conf/distro/slugos-ltu.conf')
-rw-r--r-- | conf/distro/slugos-ltu.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/distro/slugos-ltu.conf b/conf/distro/slugos-ltu.conf new file mode 100644 index 0000000000..06193c9169 --- /dev/null +++ b/conf/distro/slugos-ltu.conf @@ -0,0 +1,16 @@ +#@TYPE: Distribution +#@NAME: SLUGOS-LTU +#@DESCRIPTION: Linux Distribution for the NSLU2 + +# This slugos variant is not supported - there are no nslu2-linux.org +# regular builds and there is no feed. +DISTRO_NAME ?= "slugos-ltu" +DISTRO_VERSION ?= "0-beta" +DISTRO_FEED ?= "unstable" +DISTRO_TYPE ?= "alpha" + +ARCH_BYTE_SEX = "le" +ARM_INSTRUCTION_SET = "thumb" +TARGET_OS = "linux-uclibc" + +include conf/distro/slugos.conf |