From f8952bc290b553340e8879dc6051902187991f1d Mon Sep 17 00:00:00 2001 From: Ing Date: Wed, 18 Oct 2023 21:03:03 +0800 Subject: [PATCH] add CLICK --- .gitmodules | 6 ------ files/configs/arpl_defconfig | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d7b14b31..00000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "redpill-lkm"] -path = redpill-lkm -url = https://github.com/wjz304/redpill-lkm -[submodule "addons"] -path = addons -url = https://github.com/wjz304/arpl-addons diff --git a/files/configs/arpl_defconfig b/files/configs/arpl_defconfig index 2fddf519..c4378cfc 100644 --- a/files/configs/arpl_defconfig +++ b/files/configs/arpl_defconfig @@ -79,6 +79,7 @@ BR2_PACKAGE_PCIUTILS=y BR2_PACKAGE_SMARTMONTOOLS=y BR2_PACKAGE_USBUTILS=y BR2_PACKAGE_PYTHON3=y +BR2_PACKAGE_PYTHON_CLICK=y BR2_PACKAGE_PYTHON_PILLOW=y BR2_PACKAGE_PYTHON_PIP=y BR2_PACKAGE_PYTHON_QRCODE=y