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