diff --git a/configs/phytium_debian_defconfig b/configs/phytium_debian_defconfig index 9dd9cf4088568089befc56c5c47c5361439528bd..cd7843bb9bb73a67ab81a087eb88f9376d2de00b 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 7b5dd4b9d8d91ec08ef4087e811911f8f5bd702a..dc54463708d64f2ccb8f315634c52aeac36cb97e 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