mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
|
. /lib/functions.sh
|
||
|
|
||
|
case "$(board_name)" in
|
||
|
linksys,ea7500-v1|\
|
||
|
linksys,ea8500)
|
||
|
uci set system.@system[0].compat_version="2.0"
|
||
|
uci commit system
|
||
|
;;
|
||
|
esac
|
||
|
|
||
|
exit 0
|