Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] wf111: Add mdev dependency
@ 2015-08-11  7:17 Charles Manning
  2015-08-11 11:40 ` Baruch Siach
  2015-08-12 10:29 ` Floris Bos
  0 siblings, 2 replies; 12+ messages in thread
From: Charles Manning @ 2015-08-11  7:17 UTC (permalink / raw)
  To: buildroot

wf111 really needs mdev

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
---
 package/wf111/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/wf111/Config.in b/package/wf111/Config.in
index d2ba440..c8a7537 100644
--- a/package/wf111/Config.in
+++ b/package/wf111/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_WF111
 	bool "wf111"
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
+	 depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
 	# Binary tools are distributed alongside the driver, and are
 	# dynamically linked against the glibc.
 	depends on BR2_TOOLCHAIN_USES_GLIBC
@@ -30,7 +31,7 @@ config BR2_PACKAGE_WF111_TARBALL_PATH
 
 endif
 
-comment "wf111 needs an (e)glibc toolchain"
+comment "wf111 needs an (e)glibc toolchain and mdev"
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
-	depends on !BR2_TOOLCHAIN_USES_GLIBC
+	depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
-- 
1.9.1

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

end of thread, other threads:[~2015-08-18 20:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11  7:17 [Buildroot] [PATCH] wf111: Add mdev dependency Charles Manning
2015-08-11 11:40 ` Baruch Siach
2015-08-11 20:11   ` Charles Manning
2015-08-12  4:38     ` Baruch Siach
2015-08-12  5:16       ` Charles Manning
2015-08-12  5:38         ` Baruch Siach
2015-08-12  5:56           ` Charles Manning
2015-08-12 22:54         ` Floris Bos
2015-08-12 10:29 ` Floris Bos
2015-08-12 20:49   ` Charles Manning
2015-08-12 21:47     ` Floris Bos
2015-08-18 20:28     ` Thomas Petazzoni

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