!225 fix: do not build toybox temporarily
Merge pull request !225 from MGY917/master
This commit is contained in:
commit
842399a4af
|
@ -46,5 +46,7 @@ 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
|
||||
|
|
Loading…
Reference in New Issue