mvebu: fix sysupgrade

sysupgrade command fails due to missing U-Boot environment-processing binaries on sysupgrade ramdisk. The missing binaries result in the following output:
	Switching to ramdisk...
	Performing system upgrade...
	ash: /usr/sbin/fw_printenv: not found
	ash: fw_setenv: not found
	ash: touch: not found
	cannot find target partition

Fixes FS#197.

Signed-off-by: Aaron Curley <accwebs@gmail.com>
lede-17.01
Aaron Curley 2016-10-02 13:15:25 -07:00 committed by John Crispin
parent 5a8a986dd5
commit 15cb19f02a
1 changed files with 2 additions and 0 deletions

View File

@ -89,3 +89,5 @@ linksys_preupgrade() {
esac
}
append sysupgrade_pre_upgrade linksys_preupgrade