package/dtbocfg: add missing comment about kernel dependency

Commit b00b9c865d (package/dtbocfg: depends on kernel) forgot to add a
comment when the kernel is not enabled.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2021-10-13 18:24:10 +02:00
parent 20243e6691
commit ef00789e0d

View File

@ -7,3 +7,6 @@ config BR2_PACKAGE_DTBOCFG
as a userspace API of Device Tree Overlay.
https://github.com/ikwzm/dtbocfg
comment "dtbocfg needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL