From 561831928bb1ad1871b2d60d2bba2d67488cea5f Mon Sep 17 00:00:00 2001 From: Guangyao Ma Date: Wed, 9 Jun 2021 16:08:46 +0800 Subject: [PATCH] feat: support toybox in qemu Close #I3V17D Change-Id: Idfe47eedd4b7c84cc2d15b5f3365d90a5b79232e Signed-off-by: Guangyao Ma --- apps/module.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/module.mk b/apps/module.mk index e669b4ee..e2d014d6 100644 --- a/apps/module.mk +++ b/apps/module.mk @@ -46,7 +46,5 @@ endif #only enable for qemu now ifeq ($(LOSCFG_PLATFORM_QEMU_ARM_VIRT_CA7), y) APP_SUBDIRS += mksh -ifeq ($(WHEN_TOYBOX_IS_READY), y) APP_SUBDIRS += toybox endif -endif -- GitLab