11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
|
|
. /lib/functions.sh
|
||
|
|
|
||
|
|
case "$(board_name)" in
|
||
|
|
bananapi,bpi-r64)
|
||
|
|
uci set system.@system[0].compat_version="1.1"
|
||
|
|
uci commit system
|
||
|
|
;;
|
||
|
|
esac
|
||
|
|
|
||
|
|
exit 0
|