From fa6c298b2f54481ad4af822ae154690c98c28e0a Mon Sep 17 00:00:00 2001 From: "Man, Jianting (Meco)" <920369182@qq.com> Date: Sat, 13 Aug 2022 03:41:41 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=88=A0=E9=99=A4.config=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20.config=E6=96=87=E4=BB=B6=E5=BA=94=E5=B1=9E?= =?UTF-8?q?=E4=BA=8E=E7=94=A8=E6=88=B7=E6=9C=AC=E5=9C=B0=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E4=B8=AA=E6=80=A7=E5=8C=96=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?env=E8=BF=9C=E7=AB=AF=E4=BB=93=E5=BA=93=E4=B8=8D=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E5=8C=85=E5=90=AB=EF=BC=8C=E5=90=A6=E5=88=99=E4=BB=A5?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=E6=9B=B4=E6=96=B0=EF=BC=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9A=84=E5=86=85=E5=AE=B9=E5=B0=B1=E9=83=BD?= =?UTF-8?q?=E8=A2=AB=E8=A6=86=E7=9B=96=E6=8E=89=E4=BA=86"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fb4b9a025eefead450fc992987e703b9aceb0d12. --- cmds/.config | 15 +++++++++++++++ cmds/Kconfig | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 cmds/.config diff --git a/cmds/.config b/cmds/.config new file mode 100644 index 00000000..fcd57c87 --- /dev/null +++ b/cmds/.config @@ -0,0 +1,15 @@ +# +# Automatically generated file; DO NOT EDIT. +# RootMenu +# + +# +# Env config +# +CONFIG_SYS_AUTO_UPDATE_PKGS=y +# CONFIG_SYS_CREATE_MDK_IAR_PROJECT is not set +# CONFIG_SYS_CREATE_MDK5 is not set +# CONFIG_SYS_CREATE_IAR is not set +# CONFIG_SYS_CREATE_MDK4 is not set +CONFIG_SYS_PKGS_DOWNLOAD_ACCELERATE=y +CONFIG_SYS_PKGS_USING_STATISTICS=y diff --git a/cmds/Kconfig b/cmds/Kconfig index ac43c61d..34abd532 100644 --- a/cmds/Kconfig +++ b/cmds/Kconfig @@ -29,7 +29,7 @@ endif config SYS_PKGS_DOWNLOAD_ACCELERATE bool "Use China Mainland server" - default n + default y config SYS_PKGS_USING_STATISTICS bool "Send usage data for improve product"