summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-04 23:18:47 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-04 23:18:47 +0000
commit8e9603e2988880ed64a92242d192f61455e0d150 (patch)
treeb13736b263c7798fbab66f43b3874e434f1a5844 /target
parent5392583e7d1f7b372ede703dcd169792d2262f4b (diff)
oops... typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6267 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/rb532-2.6/base-files/sbin/cf2nand2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532-2.6/base-files/sbin/cf2nand b/target/linux/rb532-2.6/base-files/sbin/cf2nand
index 169f7eb8d..9cb216ca8 100755
--- a/target/linux/rb532-2.6/base-files/sbin/cf2nand
+++ b/target/linux/rb532-2.6/base-files/sbin/cf2nand
@@ -10,7 +10,7 @@ copy_kernel() {
/sbin/patch-cmdline "$output" "$cmdline"
}
-fstype="$(mount | grep ' / ' | awk '$1 != "rootfs" {print $5}')"
+fstype="$(mount | grep ' / ' | awk '$5 != "rootfs" {print $5}')"
case "$fstype" in
ext2|jffs2) echo "Copying from $fstype to yaffs2";;
*) echo "Invalid filesystem."; exit 1;;