1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 20:26:22 +03:00

Fix whitespace

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25632 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2011-02-20 21:25:45 +00:00
parent 78b3702cb8
commit 817b05d3d3

View File

@ -3,7 +3,7 @@
# Copyright (C) 2010 Vertical Communications # Copyright (C) 2010 Vertical Communications
find_mount_jffs2() { find_mount_jffs2() {
mkdir -p /tmp/overlay mkdir -p /tmp/overlay
mount "$(find_mtd_part rootfs_data)" /tmp/overlay -t jffs2 mount "$(find_mtd_part rootfs_data)" /tmp/overlay -t jffs2
mtd -qq unlock rootfs_data mtd -qq unlock rootfs_data
} }