diff options
Diffstat (limited to 'conf/distro/slugos-lau.conf')
-rw-r--r-- | conf/distro/slugos-lau.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/slugos-lau.conf b/conf/distro/slugos-lau.conf index c83cdff881..6bf60df15f 100644 --- a/conf/distro/slugos-lau.conf +++ b/conf/distro/slugos-lau.conf @@ -6,7 +6,7 @@ # regular builds and there is no feed. DISTRO_NAME ?= "slugos-lau" # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}" -DISTRO_FEED ?= "unstable" +# DISTRO_FEED ?= "unstable" DISTRO_TYPE ?= "alpha" ARCH_BYTE_SEX = "le" @@ -14,4 +14,6 @@ ARM_INSTRUCTION_SET = "arm" TARGET_OS = "linux-uclibc" SLUGOS_IMAGESEX ?= "big-endian" +# no feeds + include conf/distro/slugos.conf |