diff options
Diffstat (limited to 'conf/distro/slugos-ltu.conf')
-rw-r--r-- | conf/distro/slugos-ltu.conf | 10 |
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 |