diff options
| author | Artem Borisov <dedsa2002@gmail.com> | 2017-12-02 15:49:43 +0300 |
|---|---|---|
| committer | Zips <hcolmenares@gmail.com> | 2018-01-09 11:50:34 -0500 |
| commit | 33d277ec94569418ebed3b0f24355fbb54134025 (patch) | |
| tree | b7e3e538a6309fd5dea07cd34fe8125e0a8738dc | |
| parent | 617f3a6a72b70286a030ae0ae9a9567a28a88ef5 (diff) | |
deb: move device-specific configs to vendor
Change-Id: I6812a60a27bfcd8f268e6b098152445933c6a5f7
| -rw-r--r-- | init.deb.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init.deb.rc b/init.deb.rc index 15073ad..b2a88d0 100644 --- a/init.deb.rc +++ b/init.deb.rc @@ -218,7 +218,7 @@ on post-fs-data setprop vold.post_fs_data_done 1 -service irsc_util /system/bin/irsc_util "/etc/sec_config" +service irsc_util /system/bin/irsc_util "/vendor/etc/sec_config" class main user root oneshot @@ -294,9 +294,9 @@ service sensors /system/bin/sensors.qcom service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ -ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \ - -I/system/etc/wifi/p2p_supplicant_overlay.conf -N \ + -I/vendor/etc/wifi/p2p_supplicant_overlay.conf -N \ -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ - -I/system/etc/wifi/wpa_supplicant_overlay.conf \ + -I/vendor/etc/wifi/wpa_supplicant_overlay.conf \ -puse_p2p_group_interface=1 \ -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 # we will start as root and wpa_supplicant will switch to user wifi |
