summaryrefslogtreecommitdiff
path: root/package/netplug
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-09-07 10:45:20 +0800
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-11 12:54:29 +0200
commit6e9ff55f3f7769e33e7ebf3b67ee9732496da12a (patch)
treec4269f93fb274e0aa6e95d014628b1800336d5ca /package/netplug
parent41b351a6f06983a076eb9c99fe125fbc85740753 (diff)
netplug: needs mmu
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/netplug')
-rw-r--r--package/netplug/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/netplug/Config.in b/package/netplug/Config.in
index 5c9bca652..593c08a94 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.