From: Jo-Philipp Wich Date: Sat, 27 Mar 2010 15:28:17 +0000 (+0000) Subject: sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx) X-Git-Tag: reboot~20430 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=817d27bcdca1aa05442b612bf8f22af5aec04215 sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx) SVN-Revision: 20514 --- diff --git a/target/linux/x86/base-files/lib/upgrade/platform.sh b/target/linux/x86/base-files/lib/upgrade/platform.sh index 0f79a00cb8..9871e62c61 100644 --- a/target/linux/x86/base-files/lib/upgrade/platform.sh +++ b/target/linux/x86/base-files/lib/upgrade/platform.sh @@ -14,7 +14,7 @@ platform_check_image() { platform_do_upgrade() { sync - get_image "$1" > /dev/hda + get_image "$1" > /dev/sda } x86_prepare_ext2() {