fix: do not build toybox temporarily
Change-Id: I5fc289f6f657fe8dfad0131df51571892749d172
This commit is contained in:
parent
6012acb509
commit
044f2c7c17
|
@ -46,5 +46,7 @@ endif
|
||||||
#only enable for qemu now
|
#only enable for qemu now
|
||||||
ifeq ($(LOSCFG_PLATFORM_QEMU_ARM_VIRT_CA7), y)
|
ifeq ($(LOSCFG_PLATFORM_QEMU_ARM_VIRT_CA7), y)
|
||||||
APP_SUBDIRS += mksh
|
APP_SUBDIRS += mksh
|
||||||
|
ifeq ($(WHEN_TOYBOX_IS_READY), y)
|
||||||
APP_SUBDIRS += toybox
|
APP_SUBDIRS += toybox
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue