projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89e0e8
)
iperf: needs MMU
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 20 May 2012 17:52:35 +0000
(19:52 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 20 May 2012 17:52:35 +0000
(19:52 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/iperf/Config.in
patch
|
blob
|
history
diff --git
a/package/iperf/Config.in
b/package/iperf/Config.in
index c4c25b359de3666c394af52a69528994bfd1c016..c284bfd1bedcf6a9cd9836d95afa8ea8cf3e01b8 100644
(file)
--- a/
package/iperf/Config.in
+++ b/
package/iperf/Config.in
@@
-1,6
+1,8
@@
config BR2_PACKAGE_IPERF
bool "iperf"
depends on BR2_INSTALL_LIBSTDCPP
+ # uses fork()
+ depends on BR2_USE_MMU
help
Internet Protocol bandwidth measuring tool for measuring
TCP/UDP performance.