Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wilc-driver: add missing BR2_LINUX_KERNEL dependency
@ 2022-04-26 17:41 James Hilliard
  2022-04-26 17:47 ` Kris Bahnsen via buildroot
  2022-04-27  7:15 ` Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2022-04-26 17:41 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Kris Bahnsen

Fixes:
 - http://autobuild.buildroot.net/results/40b/40b8aa0c19917f64c3f272f5479068e7631ffcc3

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/wilc-driver/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/wilc-driver/Config.in b/package/wilc-driver/Config.in
index caf46ae281..6b93a23a47 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.
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-27  7:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26 17:41 [Buildroot] [PATCH 1/1] package/wilc-driver: add missing BR2_LINUX_KERNEL dependency James Hilliard
2022-04-26 17:47 ` Kris Bahnsen via buildroot
2022-04-27  7:15 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox