projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Interface was hardcoded, (cut/paste from the testing openwrt machine)
[openwrt.git]
/
package
/
base-files
/
default
/
sbin
/
mount_root
diff --git
a/package/base-files/default/sbin/mount_root
b/package/base-files/default/sbin/mount_root
index
c393e06
..
e855b41
100755
(executable)
--- a/
package/base-files/default/sbin/mount_root
+++ b/
package/base-files/default/sbin/mount_root
@@
-22,6
+22,7
@@
if [ "$1" != "failsafe" ]; then
if [ -z "$(nvram get no_root_swap)" ]; then
is_clean || {
mtd erase OpenWrt
+ mtd unlock linux
jffs2root --clean
}
mtd unlock OpenWrt
This page took
0.023893 seconds
and
4
git commands to generate.