mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
4f40d4ca73
4f017c871d
oxnas: switch to generic board detectef9b169df0
oxnas: remove stray kernel config symbolscf7896117b
oxnas: enable image metadata by setting SUPPORTED_DEVICES9bcc08958b
oxnas: add console=ttyS0,115200 argument to bootargsb831eb5363
oxnas: kd20: correct memory size to 256MB217fe505b6
oxnas: remove superseded sysupgrade image check Signed-off-by: Daniel Golle <daniel@makrotopia.org>
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
|
|
}
|