summaryrefslogtreecommitdiff
path: root/conf/distro/slugos.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/slugos.conf')
-rw-r--r--conf/distro/slugos.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf
index 964176a270..1d075dd950 100644
--- a/conf/distro/slugos.conf
+++ b/conf/distro/slugos.conf
@@ -33,13 +33,13 @@
# The following must be set in the top level distro file:
#
#DISTRO_NAME
-#DISTRO_FEED
#DISTRO_TYPE
# The following may be overridden to make sub-versions
-SLUGOS_VERSION = "3.4"
+SLUGOS_VERSION = "3.5"
DISTRO_REVISION ?= ""
DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
+DISTRO_FEED ?= "${SLUGOS_VERSION}-${DISTRO_TYPE}"
# The following must also be set, they define the basic format of the build
#
@@ -54,7 +54,6 @@ USE_NLS ?= "no"
# To make errors easier to identify:
DISTRO_NAME ?= "INVALID-${ARCH_BYTE_SEX}-${ARM_INSTRUCTION_SET}-${TARGET_OS}"
-DISTRO_FEED ?= "INVALID"
DISTRO_TYPE ?= "INVALID"
# The following must not be changed.