From: Axel Lin Date: Sat, 7 Sep 2013 02:45:20 +0000 (+0800) Subject: netplug: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e9ff55f3f7769e33e7ebf3b67ee9732496da12a;p=buildroot.git netplug: needs mmu Signed-off-by: Axel Lin Signed-off-by: Peter Korsgaard --- diff --git a/package/netplug/Config.in b/package/netplug/Config.in index 5c9bca6522..593c08a948 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.