OpenWrt

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/branches/18.06.1/target/linux/oxnas/base-files/lib/upgrade/platform.sh
@@ -1,7 +1,16 @@
#
# Copyright (C) 2014 OpenWrt.org
#
 
REQUIRE_IMAGE_METADATA=1
 
platform_check_image() {
return 0
local board=$(board_name)
 
[ "$ARGC" -gt 1 ] && return 1
 
nand_do_platform_check $board $1
return $?
}
 
platform_do_upgrade() {