diff --git a/package/python-greenlet/Config.in b/package/python-greenlet/Config.in index 15765f1e45..c73eeb7b15 100644 --- a/package/python-greenlet/Config.in +++ b/package/python-greenlet/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le default y if BR2_riscv default y if BR2_sparc || BR2_sparc64 - default y if BR2_i386 + default y if BR2_i386 || BR2_x86_64 config BR2_PACKAGE_PYTHON_GREENLET bool "python-greenlet"