diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index 5826d59223a0e66494d347d80c2e45797278ee24..309d59f7da61a557bd6b278a832af53404448662 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -32,6 +32,8 @@ std::vector cpu_whitelist = { // Intel Core i7 M620 "M 620", + // Intel Core i5 M460 + "M 460", // Intel Celeron N2840 "N2840", };