Fixed luci config for openwrt-light as only theme, an removed extraneous 'a' from header.htm
This commit is contained in:
parent
b55daf6721
commit
d2943f04da
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
a<%#
|
<%#
|
||||||
LuCI - Lua Configuration Interface
|
LuCI - Lua Configuration Interface
|
||||||
Copyright 2008 Steven Barth <steven@midlink.org>
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
||||||
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
|
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
uci batch <<-EOF
|
uci batch <<-EOF
|
||||||
set luci.themes.OpenWrt_Light=/luci-static/openwrt-light
|
set luci.themes.OpenWrt_Light=/luci-static/openwrt-light
|
||||||
|
set luci.main.mediaurlbase=/luci-static/openwrt-light
|
||||||
commit luci
|
commit luci
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue