]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - webapp/backend/fireinfo.py
fireinfo: Remove x86_64 from release string
[people/shoehn/ipfire.org.git] / webapp / backend / fireinfo.py
index fa819bf958b1e31fb2b7f99925fa69148e22f2b9..1f8768085cdaecc9f8c110ffeb6a2d56fed7010f 100644 (file)
@@ -1410,7 +1410,7 @@ class ProfileParser(Object):
                # Remove the arch bit
                if release:
                        r = [e for e in release.split() if e]
-                       for s in ("(i586)", "(armv5tel)"):
+                       for s in ("(x86_64)", "(i586)", "(armv5tel)"):
                                try:
                                        r.remove(s)
                                        break