aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/slugos.inc
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-08-11 06:34:39 +0000
committerRod Whitby <rod@whitby.id.au>2007-08-11 06:34:39 +0000
commit811b9f8cc5332d8c83ccd328cc42cc79db1662a2 (patch)
tree7a67e738f0bb1e586ead3854701c552a2b678410 /conf/distro/include/slugos.inc
parentaef047f4a448ad2640bf93a3a2cb799023dacdf3 (diff)
downloadopenembedded-811b9f8cc5332d8c83ccd328cc42cc79db1662a2.tar.gz
slugos: Bumped version to 4.6, replaced dropbear with openssh, remove some non-essential stuff from the boot rootfs
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r--conf/distro/include/slugos.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 00b9440b1f..acfe23d742 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -16,7 +16,7 @@
#TARGET_OS "linux" or "linux-uclibc"
# The following may be overridden to make sub-versions
-SLUGOS_VERSION = "4.5"
+SLUGOS_VERSION = "4.6"
DISTRO_REVISION ?= ""
DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
# For release (only):
@@ -145,3 +145,5 @@ IGNORE_STRIP_ERRORS = ""
#PREFERRED_VERSION_madwifi-ng ?= "r2156-20070225"
PREFERRED_VERSION_linux-libc-headers = "2.6.18"
+
+PREFERRED_VERSION_openssh ?= "4.6p1"