diff options
author | Steven Barth <steven@midlink.org> | 2008-12-06 14:31:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-12-06 14:31:30 +0000 |
commit | a2d1ca7af0e72c451b31c7a35e13df9583de048e (patch) | |
tree | 80e5f747a5de5867d4983429ee80774c99587ffb /themes/openwrt.org-oxygen/root/etc/uci-defaults | |
parent | cbdc5af52ef0eeae955753ab0a8a0df650027b55 (diff) |
OpenWrt.org Oxygen theme, first steps
Diffstat (limited to 'themes/openwrt.org-oxygen/root/etc/uci-defaults')
-rwxr-xr-x | themes/openwrt.org-oxygen/root/etc/uci-defaults/luci-theme-openwrt-oxygen | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/openwrt.org-oxygen/root/etc/uci-defaults/luci-theme-openwrt-oxygen b/themes/openwrt.org-oxygen/root/etc/uci-defaults/luci-theme-openwrt-oxygen new file mode 100755 index 000000000..6fc593f67 --- /dev/null +++ b/themes/openwrt.org-oxygen/root/etc/uci-defaults/luci-theme-openwrt-oxygen @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<-EOF + set luci.themes.OpenWrtOxygen=/luci-static/openwrt.org-oxygen + commit luci +EOF + |