From 1a47c42b33f0426776e29a0df58c08fb654ab4ca Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 27 Apr 2022 01:25:41 -0600 Subject: [PATCH] package/wilc-driver: add missing BR2_LINUX_KERNEL dependency Fixes: - http://autobuild.buildroot.net/results/40b/40b8aa0c19917f64c3f272f5479068e7631ffcc3 Signed-off-by: James Hilliard Reviewed-by: Kris Bahnsen Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/wilc-driver/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/wilc-driver/Config.in b/package/wilc-driver/Config.in index caf46ae281..24a7b05b17 100644 --- a/package/wilc-driver/Config.in +++ b/package/wilc-driver/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_WILC_DRIVER bool "wilc kernel module" + depends on BR2_LINUX_KERNEL help External kernel module for WILC1000/3000 devices. @@ -16,6 +17,9 @@ config BR2_PACKAGE_WILC_DRIVER https://github.com/embeddedTS/wilc3000-external-module +comment "wilc kernel module needs a Linux kernel to be built" + depends on !BR2_LINUX_KERNEL + if BR2_PACKAGE_WILC_DRIVER config BR2_PACKAGE_WILC_DRIVER_SPI