summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-01-19 00:39:27 +0100
committerDirk von Suchodoletz2009-01-19 00:39:27 +0100
commit8c66c10a53fa51ea166ade6a6f1ac4e94a10a63c (patch)
tree2939e3fb835608f6bfc938ee7f052f65d7f0e67f /boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
parentDuplicate iw* tools in uclib-rootfs. Added libiw to the wlanboot (diff)
downloadcore-8c66c10a53fa51ea166ade6a6f1ac4e94a10a63c.tar.gz
core-8c66c10a53fa51ea166ade6a6f1ac4e94a10a63c.tar.xz
core-8c66c10a53fa51ea166ade6a6f1ac4e94a10a63c.zip
Distro - hwinfo matching updated/extended (hint by Sebastian).
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2489 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm10
1 files changed, 7 insertions, 3 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
index c95ae2d9..f0e096ad 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006, 2007 - OpenSLX GmbH
+# Copyright (c) 2006..2009 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -47,11 +47,15 @@ sub determineMatchingHwinfoVersion
my $self = shift;
my $distroVersion = shift;
- # TODO: fill this map (see Suse.pm for an example)
+ # Please check, if correct
my %versionMap = (
+ '7.10' => '14.19',
+ '8.04' => '15.3',
+ '8.10' => '15.3',
+ '9.04' => '15.21',
);
return $versionMap{$distroVersion}
|| $self->SUPER::determineMatchingHwinfoVersion($distroVersion);
}
-1; \ No newline at end of file
+1;