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.org | |
parent | 511b573c9513f7ba9d01d4532d0af0695b578758 (diff) |
* luci: replace all "OpenWRT" occurences with "OpenWrt"
Diffstat (limited to 'themes/openwrt.org')
-rwxr-xr-x | themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt b/themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt index a8bef6c92..d8dea0467 100755 --- a/themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt +++ b/themes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt @@ -1,6 +1,6 @@ #!/bin/sh uci batch <<-EOF - set luci.themes.OpenWRT=/luci-static/openwrt.org + set luci.themes.OpenWrt=/luci-static/openwrt.org commit luci EOF |