diff options
| author | Adrien Bioteau <adrien.bioteau@gmail.com> | 2018-01-24 14:53:54 +0100 |
|---|---|---|
| committer | Adrien Bioteau <adrien.bioteau@gmail.com> | 2018-01-24 14:53:54 +0100 |
| commit | 585e367ebac482592c14135f12379313423b08f7 (patch) | |
| tree | 102510f2c039d20c650342cdcffc777b979311a7 | |
| parent | 52a229375cf1fca144754eac1330f4a24adbfe29 (diff) | |
Run macaddrsetup in the wifi group
In order to write the WLAN MAC address to /data/misc/wifi/wlan_mac.bin,
macaddrsetup needs to be in the wifi group. Without this file the wifi
interface won't come up with the correct MAC address.
| -rw-r--r-- | vendor/etc/init/macaddrsetup.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/etc/init/macaddrsetup.rc b/vendor/etc/init/macaddrsetup.rc index c915dcc..e9ba9a9 100644 --- a/vendor/etc/init/macaddrsetup.rc +++ b/vendor/etc/init/macaddrsetup.rc @@ -2,7 +2,7 @@ service macaddrsetup /vendor/bin/macaddrsetup class core user system - group system bluetooth + group system bluetooth wifi disabled oneshot |
