Kconfig: recover rt-thread online packages

This commit is contained in:
刘可亮
2025-05-15 14:04:44 +08:00
parent 27e6245025
commit 1bb0127d31
21 changed files with 61 additions and 64 deletions

View File

@@ -31,15 +31,14 @@ config PLATFORM_LUBANLITE
default y
config PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
default "tools/env/packages"
help
packages directory for RT-Thread online packages
if ! AIC_BOOTLOADER
source "application/Kconfig"
endif
#source "kernel/$PRJ_KERNEL/Kconfig"
#source "$PKGS_DIR/Kconfig"
source ".Kconfig.prj"
source "packages/Kconfig"
source "bsp/Kconfig"