aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/openslug.conf
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-02-12 05:57:24 +0000
committerRod Whitby <rod@whitby.id.au>2007-02-12 05:57:24 +0000
commit613606be24cae0a114b2d1aa81ddca0d44b61a10 (patch)
tree7d6f42059bd62291026686cc842223f5a8d2400d /conf/distro/openslug.conf
parent7edfef39a97bf8b6922f7fb4bfe50bd911ce76cb (diff)
downloadopenembedded-613606be24cae0a114b2d1aa81ddca0d44b61a10.tar.gz
slugos: Major build structure change - subsumed openslug and debianslug into a single slugos distribution which works with either nslu2be or nslu2le machines. Kept the openslug and debianslug conf files around to enable people to migrate smoothly, but eventually they will disappear.
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r--conf/distro/openslug.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf
index 943ce1a985..f03c4f653e 100644
--- a/conf/distro/openslug.conf
+++ b/conf/distro/openslug.conf
@@ -2,6 +2,10 @@
#@NAME: OpenSlug
#@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2
-SLUGOS_DISTRO = "openslug"
+DISTRO_NAME = "OpenSlug"
+IMAGE_BASENAME = "openslug"
+TARGET_ARCH = "armeb"
+ARM_INSTRUCTION_SET = "arm"
+TARGET_OS = "linux"
-require conf/distro/slugosbe.conf
+require conf/distro/slugos.conf