luci-mod-admin-full: only offer VHT rates which are actually supported by the driver
[project/luci.git] / themes / luci-theme-material / root / etc / uci-defaults / luci-theme-material
1 #!/bin/sh
2 uci batch <<-EOF
3         set luci.themes.Material=/luci-static/material
4         set luci.main.mediaurlbase=/luci-static/material
5         commit luci
6 EOF
7 exit 0