mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
base-files: add an ugly hack for nand to sysupgrade
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41126
This commit is contained in:
parent
e73538ba56
commit
c43d614f89
@ -126,6 +126,8 @@ sysupgrade_image_check="platform_check_image"
|
||||
|
||||
include /lib/upgrade
|
||||
|
||||
[ "$1" = "nand" ] && nand_do_upgrade $@
|
||||
|
||||
do_save_conffiles() {
|
||||
local conf_tar="${1:-$CONF_TAR}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user