summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-12-20 09:05:51 -0600
committerJohn Klug <john.klug@multitech.com>2020-06-21 04:09:32 -0500
commit7017b282dae58e0043394ede07a05c3f9fb2f4a9 (patch)
treeaa003507d20c9f308275fa431d2e9a4b84ccc421
parent76a7310106992b9556f6944a9b86b831f60675ce (diff)
downloadmeta-multitech-5.2.0.tar.gz
meta-multitech-5.2.0.tar.bz2
meta-multitech-5.2.0.zip
Fix typo in remount read-only code5.2.0
-rwxr-xr-xrecipes-kernel/rs9113/files/rs9113/mts-rm-rs91134
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113 b/recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113
index b44aaf0..a7a30c2 100755
--- a/recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113
+++ b/recipes-kernel/rs9113/files/rs9113/mts-rm-rs9113
@@ -16,7 +16,7 @@ remount=0
function cleanup {
if ((remount == 1)) ; then
- mount -o r0,remount /
+ mount -o ro,remount /
fi
}
@@ -48,4 +48,4 @@ if [[ -f ${sysdir}/capability/wifi ]] ; then
fi
update-rc.d -f mts-rm-rs9113 remove
-fi \ No newline at end of file
+fi