diff options
Diffstat (limited to 'conf/distro/slugos-ltu.conf')
-rw-r--r-- | conf/distro/slugos-ltu.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/slugos-ltu.conf b/conf/distro/slugos-ltu.conf index 9e02bd1bb9..652be9d481 100644 --- a/conf/distro/slugos-ltu.conf +++ b/conf/distro/slugos-ltu.conf @@ -5,9 +5,9 @@ # 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 ?= "3.2-beta" +# DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}" DISTRO_FEED ?= "unstable" -DISTRO_TYPE ?= "alpha" +DISTRO_TYPE ?= "beta" ARCH_BYTE_SEX = "le" ARM_INSTRUCTION_SET = "thumb" |