]> git.ipfire.org Git - ipfire.org.git/blobdiff - webapp/backend/fireinfo.py
fireinfo: Remove memory check for the Eco Appliance
[ipfire.org.git] / webapp / backend / fireinfo.py
index 3dd9514a3157690b7e66113d5a0a3b4d9ec832e3..fa819bf958b1e31fb2b7f99925fa69148e22f2b9 100644 (file)
@@ -730,10 +730,6 @@ class Profile(Object):
                if not network_adapters_count == 4:
                        return False
 
-               # 4GB of memory
-               if not self.memory >= 4230823936 * 0.95:
-                       return False
-
                return True
 
        def _appliance_test_lightningwirelabs_eco_plus(self):