diff options
-rwxr-xr-x | rootdir/init.target.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.target.rc b/rootdir/init.target.rc index 6eeeada..399f737 100755 --- a/rootdir/init.target.rc +++ b/rootdir/init.target.rc @@ -14,6 +14,10 @@ on init on post-fs-data ############################ +# wifi + write /data/.cid.info 0 + restorecon /data/.cid.info + # GPS chown root system /dev/ttySAC1 chmod 0660 /dev/ttySAC1 |