package/dtbocfg: depends on kernel

Fix the following build failure raised since the addition of the package
in commit 9fc7b49ab1:

Makefile:587: *** linux is in the dependency chain of dtbocfg that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.  Stop.

Fixes:
 - http://autobuild.buildroot.org/results/449a731c0a1394c28f519e341ea145cb42af012d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Acked-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2021-10-13 09:01:05 +02:00 committed by Yann E. MORIN
parent 5ece6be60b
commit b00b9c865d

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_DTBOCFG config BR2_PACKAGE_DTBOCFG
bool "dtbocfg" bool "dtbocfg"
depends on BR2_LINUX_KERNEL
help help
dtbocfg, which stands for Device Tree Blob Overlay dtbocfg, which stands for Device Tree Blob Overlay
Configuration File System, was developed to serve Configuration File System, was developed to serve