diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-09-07 02:45:20 (GMT) |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-11 10:54:29 (GMT) |
commit | 6e9ff55f3f7769e33e7ebf3b67ee9732496da12a (patch) | |
tree | c4269f93fb274e0aa6e95d014628b1800336d5ca | |
parent | 41b351a6f06983a076eb9c99fe125fbc85740753 (diff) | |
download | buildroot-6e9ff55f3f7769e33e7ebf3b67ee9732496da12a.tar.gz buildroot-6e9ff55f3f7769e33e7ebf3b67ee9732496da12a.tar.bz2 |
netplug: needs mmu
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/netplug/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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. |