mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[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
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user