1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] base-files: unconditionally unlock the rootfs_data partition (#7437)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22377 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2010-07-24 15:47:15 +00:00
parent 31641990d7
commit b8e09b9b3c
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
find_mount_jffs2() {
mkdir -p /tmp/overlay
mount "$(find_mtd_part rootfs_data)" /tmp/overlay -t jffs2
mtd -qq unlock rootfs_data
}
jffs2_not_mounted() {