mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)
SVN-Revision: 20514
This commit is contained in:
parent
4172149f89
commit
817d27bcdc
@ -14,7 +14,7 @@ platform_check_image() {
|
|||||||
|
|
||||||
platform_do_upgrade() {
|
platform_do_upgrade() {
|
||||||
sync
|
sync
|
||||||
get_image "$1" > /dev/hda
|
get_image "$1" > /dev/sda
|
||||||
}
|
}
|
||||||
|
|
||||||
x86_prepare_ext2() {
|
x86_prepare_ext2() {
|
||||||
|
Loading…
Reference in New Issue
Block a user