diff options
| author | Benjamin Legrand <android@legrand.ws> | 2017-09-20 18:42:25 +0200 |
|---|---|---|
| committer | Benjamin Legrand <android@legrand.ws> | 2017-09-20 18:42:25 +0200 |
| commit | 7ef8b0d567e27216032dcb4fcb758711af8714e3 (patch) | |
| tree | d47008f9b7c0472727650ee15b39c0d27a5a38d0 | |
| parent | ff958d3e3eff301e33f36ed437de571c7df45ed8 (diff) | |
Change-Id: I777bd4b90723f2ff4911209e9dac49a1812cb799
| -rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0080d4e..a7846dd 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -469,7 +469,7 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ disabled oneshot -service hostapd /system/bin/hostapd -dd /data/hostapd/hostapd.conf +service hostapd /vendor/bin/hostapd -dd /data/misc/wifi/hostapd.conf class late_start user root group root |
