mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
oops... typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6267 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0c022f4026
commit
bbf190b021
@ -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…
x
Reference in New Issue
Block a user