2
0
forked from Ivasoft/openwrt

mediatek: use updated device tree overlay mechanism for BPi-R64

Use new device tree overlay mechanism for the BananaPi BPi-R64 board.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2023-06-04 19:55:11 +01:00
parent ec50d2d366
commit 34bb33094a
3 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
. /lib/functions.sh
. /lib/functions/uci-defaults.sh
board_config_update
case "$(board_name)" in
bananapi,bpi-r64)
ucidef_set_compat_version "1.1"
;;
esac
board_config_flush
exit 0