mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 22:11:00 +01:00
9 lines
110 B
Bash
9 lines
110 B
Bash
REQUIRE_IMAGE_METADATA=1
|
|
|
|
platform_check_image() {
|
|
return 0
|
|
}
|
|
|
|
platform_do_upgrade() {
|
|
nand_do_upgrade $1
|
|
}
|