projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e77eaf
)
dstat: needs mmu
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Fri, 21 Dec 2012 02:48:32 +0000
(
02:48
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 21 Dec 2012 12:57:32 +0000
(13:57 +0100)
Because python needs MMU, fixes:
http://autobuild.buildroot.net/results/
7bb46ed3ffb46741b7cb7e3edd33f4729409b2ef
/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/dstat/Config.in
patch
|
blob
|
history
diff --git
a/package/dstat/Config.in
b/package/dstat/Config.in
index 1439c8b0958fe4666657ebf73a3ba380e6a902e1..5b8df23c42a85b247bf4d7e27551fd5a1824a4fa 100644
(file)
--- a/
package/dstat/Config.in
+++ b/
package/dstat/Config.in
@@
-1,6
+1,7
@@
config BR2_PACKAGE_DSTAT
bool "dstat"
depends on BR2_USE_WCHAR # python
+ depends on BR2_USE_MMU # python
select BR2_PACKAGE_PYTHON
help
Dstat, written in Python, is a versatile replacement for vmstat,