aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-04 23:18:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-04 23:18:47 +0000
commit202bd45033084214d6f95a4a25a7f6eb3ab176f3 (patch)
treecdf3f9f591dc7a691068b965a7ce9f8e1ab69164 /target
parent3987f5727cfd270b2762703250000207b9b5362c (diff)
downloadupstream-202bd45033084214d6f95a4a25a7f6eb3ab176f3.tar.gz
upstream-202bd45033084214d6f95a4a25a7f6eb3ab176f3.tar.bz2
upstream-202bd45033084214d6f95a4a25a7f6eb3ab176f3.zip
oops... typo
SVN-Revision: 6267
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 169f7eb8d5..9cb216ca82 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;;