wayne-common: Add vendor prefix to data connectivity
Change-Id: I57ac8e5583f62ec585723454de4906d83a4e6dfe
This commit is contained in:
parent
b44c16f9b5
commit
1e4e33e9db
1 changed files with 2 additions and 2 deletions
|
@ -283,8 +283,8 @@ on post-fs-data
|
|||
chmod 0770 /data/vendor/ipa
|
||||
|
||||
# Create the directories used by CnE subsystem
|
||||
mkdir /data/connectivity 0771 system system
|
||||
chown system system /data/connectivity
|
||||
mkdir /data/vendor/connectivity 0771 radio radio
|
||||
chown radio radio /data/vendor/connectivity
|
||||
|
||||
# Create the directories used by DPM subsystem
|
||||
mkdir /data/dpm 0771 system system
|
||||
|
|
Loading…
Reference in a new issue