[Bugfix][T106BUG-179][Network] lynq_set_state_buffer_valid_period_of_network return -1

       Only Configure:Yes
       Affected branch:unknown
       Affected module:unknown
       Is it affected on both ZXIC and MTK:ZXIC only
       Self-test:yes
       Doc Update:No

Change-Id: Ic33a581d9145777e999b1d3ad533d4f4a6afd410
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/init.d/fscheck.sh b/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/init.d/fscheck.sh
index 67137b6..4afefba 100755
--- a/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/init.d/fscheck.sh
+++ b/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/init.d/fscheck.sh
@@ -3,6 +3,7 @@
 fscheck -f /etc_ro/fscheck/userdata.ini
 mkdir -p /mnt/oemdata/cache
 mkdir -p /mnt/oemdata/var/log
+mkdir -p /mnt/userdata/ril/network
 if [ ! -L /var/run ]; then
   rm  -fr /var/run
   ln -s  /run /var/run