mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +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
|