1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 16:41:59 +02:00

sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)

SVN-Revision: 20514
This commit is contained in:
Jo-Philipp Wich 2010-03-27 15:28:17 +00:00
parent 4172149f89
commit 817d27bcdc

@ -14,7 +14,7 @@ platform_check_image() {
platform_do_upgrade() {
sync
get_image "$1" > /dev/hda
get_image "$1" > /dev/sda
}
x86_prepare_ext2() {