diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-11-21 23:46:35 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-23 09:55:58 +0100 |
commit | 8fd455921296751f142c655b013f602a6522fa8d (patch) | |
tree | 1e3a1b4d6cec68c180875660f8f95754a250ac2d /package/arptables/Config.in | |
parent | 36d36f0de19bd5f23453dc1391f83843f9042849 (diff) | |
download | buildroot-novena-8fd455921296751f142c655b013f602a6522fa8d.tar.gz buildroot-novena-8fd455921296751f142c655b013f602a6522fa8d.zip |
arptables: needs mmu
arptables uses fork() and breaks on !mmu.
Fixes
http://autobuild.buildroot.net/results/fe18dd4a0b0d17404560abf3e4a332b58751f5cb/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/arptables/Config.in')
-rw-r--r-- | package/arptables/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/arptables/Config.in b/package/arptables/Config.in index 510eedf3b..414fabb25 100644 --- a/package/arptables/Config.in +++ b/package/arptables/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_ARPTABLES bool "arptables" + # needs fork() + depends on BR2_USE_MMU help Tool to set up, maintain, and inspect the tables of ARP rules. |