aboutsummaryrefslogtreecommitdiff
path: root/scripts/DB410C/21-customize
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-03-13 12:10:42 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-03-13 12:10:42 +0100
commit7c3353b8c285a9d286a7109014dcb878d8b0b70d (patch)
treec540cce48a52f4e5d369c12ba294349a40805749 /scripts/DB410C/21-customize
parentcf5e287110a942b0a43face76b11bf5ed0f2c4b1 (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>
Diffstat (limited to 'scripts/DB410C/21-customize')
-rwxr-xr-xscripts/DB410C/21-customize7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/DB410C/21-customize b/scripts/DB410C/21-customize
index bf49739..e3b7d15 100755
--- a/scripts/DB410C/21-customize
+++ b/scripts/DB410C/21-customize
@@ -1,13 +1,6 @@
#!/bin/bash
set -e
-if [ -f $target/etc/NetworkManager/NetworkManager.conf ]; then
- cat << EOF >> $target/etc/NetworkManager/NetworkManager.conf
-[device]
-wifi.scan-rand-mac-address=no
-EOF
-fi
-
cat << EOF > $target/etc/fstab
/dev/disk/by-partlabel/rootfs / ext4 rw,relatime,data=ordered 0 1
EOF