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