commit | 7c3353b8c285a9d286a7109014dcb878d8b0b70d | [log] [tgz] |
---|---|---|
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Tue Mar 13 12:10:42 2018 +0100 |
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Tue Mar 13 12:10:42 2018 +0100 |
tree | c540cce48a52f4e5d369c12ba294349a40805749 | |
parent | cf5e287110a942b0a43face76b11bf5ed0f2c4b1 [diff] |
DB410c: DB820c: remove workaround that used to disable MAC randomization This is an old workaround for a WCN36xx driver bug that we had on DB410c, which is fixed in recent kernel (4.14 and beyond). On DB820c, it was never really needed anyways. Change-Id: I040d10df37513ced84b16e6ee1043ecc079c11c3 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Usage example on arm64 host:
sudo modprobe loop docker run --privileged -v $(pwd):/work --rm -it linaro/arm64-fai /bin/bash cd /work git clone http://git.linaro.org/ci/fai.git fai-diskimage -v --cspace $(pwd)/fai --hostname linaro-test -S 3G --class BUSTER,DEBIAN,DEVELOPER,LINARO,QCOM,DB410C,RAW linaro.raw 2>&1|tee fai.log
Gotchas: