Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] netplug: needs mmu
@ 2013-09-07  2:45 Axel Lin
  2013-09-11 10:55 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-09-07  2:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/netplug/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/netplug/Config.in b/package/netplug/Config.in
index 5c9bca6..593c08a 100644
--- a/package/netplug/Config.in
+++ b/package/netplug/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NETPLUG
 	bool "netplug"
+	depends on BR2_USE_MMU # fork()
 	help
 	  A Linux daemon that manages network interfaces in
 	  response to network cables being plugged in and out.
-- 
1.8.1.2

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

end of thread, other threads:[~2013-09-11 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-07  2:45 [Buildroot] [PATCH] netplug: needs mmu Axel Lin
2013-09-11 10:55 ` Peter Korsgaard

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