commit | 099d9fcc1c18fd31b3cef550a8006bc918cdf39c | [log] [tgz] |
---|---|---|
author | q.huang <q.huang@exm.com> | Wed Aug 30 15:56:39 2023 +0800 |
committer | q.huang <q.huang@exm.com> | Wed Aug 30 15:56:39 2023 +0800 |
tree | d0b5c2a29c2d2757f5ba43f93b060a04c09299b8 | |
parent | 3f349f849e05dcb9aeba0ecba9e731619418e130 [diff] |
[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