summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-27 15:19:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-27 15:19:58 +0000
commitdc00b42e6da0765e6fd213e50230d4765569f9ac (patch)
tree2075112047c6fead91d39f0db42ae4234cdbc463 /themes
parent511b573c9513f7ba9d01d4532d0af0695b578758 (diff)
* luci: replace all "OpenWRT" occurences with "OpenWrt"
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight2
-rwxr-xr-xthemes/openwrt.org/root/etc/uci-defaults/luci-theme-openwrt2
2 files changed, 2 insertions, 2 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
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