From 6051e697e763d5b8e3dba13b7a02cf536332301f Mon Sep 17 00:00:00 2001 From: lindongping2027 Date: Tue, 4 Nov 2025 16:20:58 +0800 Subject: [PATCH] defconfig: add BR2_PACKAGE_PHYTIUM_TOOLS Signed-off-by: lindongping2027 --- configs/phytium_debian_defconfig | 3 +++ configs/phytium_ubuntu_defconfig | 3 +++ 2 files changed, 6 insertions(+) diff --git a/configs/phytium_debian_defconfig b/configs/phytium_debian_defconfig index 9dd9cf408..cd7843bb9 100644 --- a/configs/phytium_debian_defconfig +++ b/configs/phytium_debian_defconfig @@ -68,3 +68,6 @@ BR2_PACKAGE_GST1_PLUGINS_BASE=y # rtw8852b firmware BR2_PACKAGE_RTW8852B_FIRMWARE=y + +# Phytium_tools +BR2_PACKAGE_PHYTIUM_TOOLS=y diff --git a/configs/phytium_ubuntu_defconfig b/configs/phytium_ubuntu_defconfig index 7b5dd4b9d..dc5446370 100644 --- a/configs/phytium_ubuntu_defconfig +++ b/configs/phytium_ubuntu_defconfig @@ -64,3 +64,6 @@ BR2_PACKAGE_GST1_PLUGINS_BASE=y # rtw8852b firmware BR2_PACKAGE_RTW8852B_FIRMWARE=y + +# Phytium_tools +BR2_PACKAGE_PHYTIUM_TOOLS=y -- Gitee