diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-10-24 23:38:05 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-10-25 11:11:40 +0200 |
commit | d0d0472704f3a1dbcced04f46b407068a379a8bd (patch) | |
tree | eebe5542809c2b864f8598b28c705bce3607602a | |
parent | 0f0ce0455cad3062453ff389277841fbfc59b6d7 (diff) |
dependencies: deactivate tracing in ath10k and ath with < 3.4
On kernel < 3.4 compiling ath10k with tracing results in huge compile
errors. Just deactivate it till someone fixes the problems. The same
compile error occurs in ath module with kernel 3.0.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | dependencies | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dependencies b/dependencies index 86f1931c..327c115c 100644 --- a/dependencies +++ b/dependencies @@ -80,3 +80,7 @@ IEEE802154_AT86RF230 3.4 IEEE802154_CC2520 3.5 IR_IMG 3.5 + +# tracing results in compile errors +ATH10K_TRACING 3.4 +ATH_TRACEPOINTS 3.1 |