diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-27 15:19:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-27 15:19:58 +0000 |
commit | dc00b42e6da0765e6fd213e50230d4765569f9ac (patch) | |
tree | 2075112047c6fead91d39f0db42ae4234cdbc463 /themes/openwrt-light | |
parent | 511b573c9513f7ba9d01d4532d0af0695b578758 (diff) |
* luci: replace all "OpenWRT" occurences with "OpenWrt"
Diffstat (limited to 'themes/openwrt-light')
-rwxr-xr-x | themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight b/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight index b797a0073..c2322a4b4 100755 --- a/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight +++ b/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF - set luci.themes.OpenWRT_Light=/luci-static/openwrt-light + set luci.themes.OpenWrt_Light=/luci-static/openwrt-light commit luci EOF |