diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-11 16:56:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-11 16:56:16 +0000 |
commit | 64541eda089848a84ffed7e73057fed22c6f125c (patch) | |
tree | 0d7f20444c020bcfec0f061b3a2addc823b5d9c0 /themes/openwrt-light/root | |
parent | ba28c052427a24ecb762d834dec4404b47189c64 (diff) |
* luci/themes: add "OpenWrt Light" theme, a derivate of openwrt.org theme without images
Diffstat (limited to 'themes/openwrt-light/root')
-rwxr-xr-x | themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight | 6 |
1 files changed, 6 insertions, 0 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 new file mode 100755 index 000000000..b797a0073 --- /dev/null +++ b/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<-EOF + set luci.themes.OpenWRT_Light=/luci-static/openwrt-light + commit luci +EOF + |