projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d36f0
)
arptables: needs mmu
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Wed, 21 Nov 2012 23:46:35 +0000
(23:46 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 23 Nov 2012 08:55:58 +0000
(09:55 +0100)
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>
package/arptables/Config.in
patch
|
blob
|
history
diff --git
a/package/arptables/Config.in
b/package/arptables/Config.in
index 510eedf3b0f84b411658cd648e4772500cb0479a..414fabb258c29c771a3e070e2a2d59e969747453 100644
(file)
--- 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.