From 7b0bd77d162991f5b46bb9cff33527f614410711 Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Mon, 4 Sep 2023 09:34:23 +0200 Subject: [PATCH] x86_64: add python3 on target (defconfig) Signed-off-by: Richard Alpe --- configs/x86_64_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 1beed79d..35b0a9c1 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -122,6 +122,8 @@ BR2_PACKAGE_FINIT_PLUGIN_URANDOM=y BR2_PACKAGE_KLISH_PLUGIN_INFIX=y BR2_PACKAGE_LOWDOWN=y BR2_PACKAGE_NET=y +BR2_PACKAGE_PYTHON3=y +BR2_PACKAGE_PYTHON3_PYC_ONLY=y BR2_PACKAGE_TETRIS=y BR2_PACKAGE_QUERIERD=y GNS3_APPLIANCE_RAM=512