summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index fe8df03e..b3d597e5 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -630,7 +630,7 @@ sub writeSystemConfiguration
chomp(my $uclibcVersion
= slurpFile($uclibcVersionPath, { failIfMissing => 0 } ));
chomp(my $currVersion = qx{slxversion});
- if ($uclibcVersion ne $currVersion) {
+ if ($currVersion !~ m{M$} && $uclibcVersion ne $currVersion) {
warn _tr(
"uclibc-rootfs for system '%s' may not be up-to-date - consider updating the vendor-OS!",
$info->{name}, $uclibcVersion, $currVersion