mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
busybox: add comment that other packages are needed
Inspired on the confusion in [1], we want to warn the user that building without busybox may not lead to a working system. [1] https://bugs.busybox.net/show_bug.cgi?id=9526 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d4745040e6
commit
8f290a21d0
@ -77,6 +77,9 @@ endif
|
|||||||
|
|
||||||
if !BR2_PACKAGE_BUSYBOX # kconfig doesn't support else
|
if !BR2_PACKAGE_BUSYBOX # kconfig doesn't support else
|
||||||
|
|
||||||
|
comment "You may need to enable other packages to get a working system"
|
||||||
|
comment "You better know what you're doing!"
|
||||||
|
|
||||||
# This option is not an option of Busybox, it can be selected even if
|
# This option is not an option of Busybox, it can be selected even if
|
||||||
# Busybox is not enabled. This dummy option ensures that packages that
|
# Busybox is not enabled. This dummy option ensures that packages that
|
||||||
# depend on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS are visible when Busybox
|
# depend on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS are visible when Busybox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user