projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29fd377
)
Fix whitespace
author
Michael Büsch
<mb@bu3sch.de>
Sun, 20 Feb 2011 21:25:45 +0000
(21:25 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 20 Feb 2011 21:25:45 +0000
(21:25 +0000)
SVN-Revision: 25632
package/base-files/files/lib/preinit/40_mount_jffs2
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/preinit/40_mount_jffs2
b/package/base-files/files/lib/preinit/40_mount_jffs2
index d2f05b02ce342adf3f63aa6b3dde870408f5dfa0..00f45a8908c6b525411d46db8a69a02f67a28c3a 100644
(file)
--- a/
package/base-files/files/lib/preinit/40_mount_jffs2
+++ b/
package/base-files/files/lib/preinit/40_mount_jffs2
@@
-3,7
+3,7
@@
# Copyright (C) 2010 Vertical Communications
find_mount_jffs2() {
-
mkdir -p /tmp/overlay
+ mkdir -p /tmp/overlay
mount "$(find_mtd_part rootfs_data)" /tmp/overlay -t jffs2
mtd -qq unlock rootfs_data
}