Initial commit
This commit is contained in:
20
target/linux/lantiq/xway/base-files/lib/upgrade/platform.sh
Executable file
20
target/linux/lantiq/xway/base-files/lib/upgrade/platform.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
PART_NAME=firmware
|
||||
REQUIRE_IMAGE_METADATA=1
|
||||
|
||||
platform_check_image() {
|
||||
return 0
|
||||
}
|
||||
|
||||
platform_do_upgrade() {
|
||||
local board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
bt,homehub-v2b|\
|
||||
bt,homehub-v3a)
|
||||
nand_do_upgrade $1
|
||||
;;
|
||||
*)
|
||||
default_do_upgrade "$1"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
Reference in New Issue
Block a user