mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 18:47:06 +00:00
5815884c3a
The qca8k driver is upstream, unlike swconfig. This applies to the mx60 and wndr4700 only. Fixed up LED definitions as well. RTL83xx DSA for WNDAP62300/660 is not working. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/14037 Signed-off-by: Robert Marko <robimarko@gmail.com>
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
. /lib/functions.sh
|
|
|
|
case "$(board_name)" in
|
|
meraki,mx60|\
|
|
netgear,wndap620|\
|
|
netgear,wndap660|\
|
|
netgear,wndr4700)
|
|
uci set system.@system[0].compat_version="3.0"
|
|
uci commit system
|
|
;;
|
|
esac
|
|
|
|
exit 0
|