diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-29 19:10:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-29 19:10:51 +0000 |
commit | a4bf60679d0e7cea78874afa80319b8ed98c455e (patch) | |
tree | 649c99d177518ec43c348d5f8fbf62ae881c4863 /themes/freifunk/root/etc/uci-defaults | |
parent | 40644ca3422f262e88ed56d4fa401cf78d35fe94 (diff) |
* luci/themes: add Freifunk and Freifunk-BNO themes, thanks Stefan Pirwitz
Diffstat (limited to 'themes/freifunk/root/etc/uci-defaults')
-rwxr-xr-x | themes/freifunk/root/etc/uci-defaults/luci-theme-freifunk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/freifunk/root/etc/uci-defaults/luci-theme-freifunk b/themes/freifunk/root/etc/uci-defaults/luci-theme-freifunk new file mode 100755 index 000000000..eb038f0ac --- /dev/null +++ b/themes/freifunk/root/etc/uci-defaults/luci-theme-freifunk @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<-EOF + set luci.themes.Freifunk=/luci-static/freifunk + commit luci +EOF + |