mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 23:17:53 +01:00
oops... typo
SVN-Revision: 6267
This commit is contained in:
parent
3987f5727c
commit
202bd45033
@ -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;;
|
||||
|
Loading…
Reference in New Issue
Block a user