12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
|
|
. /lib/functions.sh
|
||
|
|
. /lib/functions/system.sh
|
||
|
|
|
||
|
|
case "$(board_name)" in
|
||
|
|
aerohive,hiveap-330)
|
||
|
|
uci set system.@system[0].compat_version="2.0"
|
||
|
|
uci commit system
|
||
|
|
;;
|
||
|
|
esac
|
||
|
|
|
||
|
|
exit 0
|