summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 14:17:48 +0200
committerDirk von Suchodoletz2010-08-22 14:17:48 +0200
commit4cd4c998b0614c00db02f0ad6b79fd0a1a5226cc (patch)
tree7fb848a1307307a9dba66eeba1339cdf91933f85 /boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm
parentAdding hwinfo to the eglibc packages ... (diff)
downloadcore-4cd4c998b0614c00db02f0ad6b79fd0a1a5226cc.tar.gz
core-4cd4c998b0614c00db02f0ad6b79fd0a1a5226cc.tar.xz
core-4cd4c998b0614c00db02f0ad6b79fd0a1a5226cc.zip
Adding new hwinfo to the several distro descriptions ...
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm
index a2803501..cb106924 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006..2009 - OpenSLX GmbH
+# Copyright (c) 2006..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -52,8 +52,8 @@ sub determineMatchingHwinfoVersion
'10.3' => '14.19',
'11.0' => '15.3',
'11.1' => '15.21',
- '11.2' => '15.21',
- '11.3' => '15.21'
+ '11.2' => '16.0',
+ '11.3' => '16.0'
);
return $versionMap{$distroVersion}
|| $self->SUPER::determineMatchingHwinfoVersion($distroVersion);