diff options
| author | Anurag Das <anurdas@codeaurora.org> | 2018-10-25 14:34:06 +0530 |
|---|---|---|
| committer | Jeferson <jroliveira.oliveira301@gmail.com> | 2022-05-04 13:32:37 +0200 |
| commit | c325fbf351c3aba8a4bbaf5608a8f31c33c0ef40 (patch) | |
| tree | 14969743ef374e3e2184ee3e374d068ebb456e08 | |
| parent | 31d4de1dd67c6e4f63eb5052a01ad8a4aeff6e78 (diff) | |
victara: init.rc: Remove /data/hostapd/ folder creation from init.qcom.rc
Hostapd directory is already present in vendor location as
/data/vendor/wifi/hostapd/ and this directory is not required.
This commit removes the creation of /data/hostapd in init.qcom.rc
file.
CRs-Fixed: 2338923
Change-Id: Idb978ed1abedc13800d56832c77ea60ea516d1e8
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f3d8087..e52e281 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -229,9 +229,6 @@ on post-fs-data mkdir /data/fota 0771 chown system system /data/fota - #Create directory for hostapd - mkdir /data/misc/wifi/hostapd 0770 system wifi - mkdir /data/audio/ 0770 media audio # Create perfd deamon related dirs |
