diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-02 13:52:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-02 13:52:28 +0000 |
commit | 3f372dd416348af57905e8f3ef72aefe0012a250 (patch) | |
tree | 2a597d2e8b1f10d55ec9de3a0d0efb5e29fbbcab /applications/luci-hd_idle/root/etc | |
parent | b5de7f81384b38737fbdecfe6179fe5905fa73d8 (diff) |
* luci/applications: add hd-idle application, thanks Yanira
Diffstat (limited to 'applications/luci-hd_idle/root/etc')
-rw-r--r-- | applications/luci-hd_idle/root/etc/uci-defaults/luci-hd_idle | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/applications/luci-hd_idle/root/etc/uci-defaults/luci-hd_idle b/applications/luci-hd_idle/root/etc/uci-defaults/luci-hd_idle new file mode 100644 index 000000000..6a37176a3 --- /dev/null +++ b/applications/luci-hd_idle/root/etc/uci-defaults/luci-hd_idle @@ -0,0 +1,7 @@ +#!/bin/sh + +uci batch <<-EOF + add ucitrack hd-idle + set ucitrack.@hd-idle[-1].init=hd-idle + commit ucitrack +EOF |