mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
|
. /lib/functions.sh
|
||
|
|
||
|
case "$(board_name)" in
|
||
|
ezviz,cs-w3-wd1200g-eup)
|
||
|
uci set system.@system[0].compat_version="2.0"
|
||
|
uci commit system
|
||
|
;;
|
||
|
esac
|
||
|
|
||
|
exit 0
|