Skip to content
Snippets Groups Projects
Commit a0381b10 authored by TheScarastic's avatar TheScarastic
Browse files

msm8953-common: Adjust mkdir of time data files

 * Our blobs expect them in /data/time
parent b6bf3dfe
No related branches found
No related tags found
No related merge requests found
......@@ -309,8 +309,8 @@ on post-fs-data
#Create directory for hostapd
mkdir /data/hostapd 0770 system wifi
# Create /data/vendor/time folder for time-services
mkdir /data/vendor/time/ 0700 system system
# Create /data/time folder for time-services
mkdir /data/time/ 0700 system system
mkdir /data/vendor/audio/ 0770 media audio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment