summaryrefslogtreecommitdiff
path: root/conf/distro/slugos-ltu.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-02-06 18:31:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-06 18:31:27 +0000
commit73d5f34675b2019dbeb01884311c459d1394b6ba (patch)
treeaa2e9cf21c8347e5c4729148b0cdaf8b2161b412 /conf/distro/slugos-ltu.conf
parentc3650521e57ced06ae9a9d00598cc4fe336bd3a7 (diff)
slugos: release 3.5-beta
Diffstat (limited to 'conf/distro/slugos-ltu.conf')
-rw-r--r--conf/distro/slugos-ltu.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/conf/distro/slugos-ltu.conf b/conf/distro/slugos-ltu.conf
index 652be9d481..dbf444748c 100644
--- a/conf/distro/slugos-ltu.conf
+++ b/conf/distro/slugos-ltu.conf
@@ -2,11 +2,11 @@
#@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.
+# See slugos.conf for an explanation of this file.
+
DISTRO_NAME ?= "slugos-ltu"
# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
-DISTRO_FEED ?= "unstable"
+# DISTRO_FEED ?= "unstable"
DISTRO_TYPE ?= "beta"
ARCH_BYTE_SEX = "le"
@@ -14,4 +14,8 @@ ARM_INSTRUCTION_SET = "thumb"
TARGET_OS = "linux-uclibc"
SLUGOS_IMAGESEX ?= "big-endian"
+FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/slugos-ltu/cross/${DISTRO_FEED}"
+FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-ltu/native/${DISTRO_FEED}"
+
+
include conf/distro/slugos.conf