0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-22 21:16:13 +00:00
openwrt/target/linux/mediatek/filogic/base-files/etc/board.d/05_compat-version
Daniel Golle 61137a8895 mediatek: BananaPi BPi-R3 bootloader update
* Switch to all-UBI layout on SPI-NAND
 * use fitblk driver instead of uImage.FIT partition parser
 * adapt sysupgrade
 * bump COMPAT_VERSION

Remove BROKEN mark now that all needed changes are done.

Boards running images generated before this commit will require
full reflash of the bootloader, re-install from SD card is the
easiest way to achieve that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-02-15 19:30:08 +00:00

16 lines
190 B
Plaintext

. /lib/functions.sh
. /lib/functions/uci-defaults.sh
board_config_update
case "$(board_name)" in
bananapi,bpi-r3)
ucidef_set_compat_version "1.2"
;;
esac
board_config_flush
exit 0