diff options
| author | Matti Kosola <matti.kosola@jolla.com> | 2018-10-23 13:42:07 +0300 |
|---|---|---|
| committer | Matti Kosola <matti.kosola@jolla.com> | 2018-10-23 13:42:07 +0300 |
| commit | 111986dd3f39a3ad906187a586d217013ef8682c (patch) | |
| tree | c5fba658fbedd425ddd1412130ee218ffbbed4b6 | |
| parent | 6010d6cd63dedafc124e6b9e3769511aa812d2be (diff) | |
macaddrsetup: Ensure that /data/vendor/wifi directory exist
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
| -rw-r--r-- | vendor/etc/init/macaddrsetup.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/etc/init/macaddrsetup.rc b/vendor/etc/init/macaddrsetup.rc index fb1f289..dbde89d 100644 --- a/vendor/etc/init/macaddrsetup.rc +++ b/vendor/etc/init/macaddrsetup.rc @@ -1,3 +1,6 @@ +on post-fs-data + mkdir /data/vendor/wifi 0770 wifi wifi + # OSS WLAN and BT MAC setup service macaddrsetup /vendor/bin/macaddrsetup ${ro.wifi.addr_path} class main |
