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