mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-13 05:12:11 -04:00
10 lines
110 B
Bash
10 lines
110 B
Bash
REQUIRE_IMAGE_METADATA=1
|
|
|
|
platform_check_image() {
|
|
return 0
|
|
}
|
|
|
|
platform_do_upgrade() {
|
|
nand_do_upgrade $1
|
|
}
|