From e567a10d021c3e0fe02d6911dbe8687255c67ffa Mon Sep 17 00:00:00 2001 From: Kiita Date: Tue, 15 Jun 2021 21:14:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Etoybox=20reboot?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【背景】liteos_a测试套需要reboot命令 【修改方案】 在third_party/toybox/porting新增reboot.c文件,并作自定义修改。 新增reboot命令的支持说明。 re #I3YQ7S Signed-off-by: yansira Change-Id: I686a535adbad78935eee04fc283a837a4a7f13f6 --- apps/toybox/liteos_a_custom.config | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/toybox/liteos_a_custom.config b/apps/toybox/liteos_a_custom.config index 2de92c6d..03dbae41 100644 --- a/apps/toybox/liteos_a_custom.config +++ b/apps/toybox/liteos_a_custom.config @@ -128,7 +128,6 @@ CONFIG_MDEV_CONF=y # CONFIG_READAHEAD is not set # CONFIG_READLINK is not set # CONFIG_REALPATH is not set -# CONFIG_REBOOT is not set # CONFIG_RESET is not set # CONFIG_REV is not set # CONFIG_RMMOD is not set