diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-27 15:28:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-27 15:28:17 +0000 |
commit | 04db1c82651cb6f0ffb79eb160fcc8da8bd675b0 (patch) | |
tree | 4d4a1777f1125d0ce491d460ab36f6b1f195212f /target/linux/x86 | |
parent | f6156ab875f150f8f719c39b81544c3d379e72d5 (diff) | |
download | upstream-04db1c82651cb6f0ffb79eb160fcc8da8bd675b0.tar.gz upstream-04db1c82651cb6f0ffb79eb160fcc8da8bd675b0.tar.bz2 upstream-04db1c82651cb6f0ffb79eb160fcc8da8bd675b0.zip |
[x86] sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |