summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-hd-idle/root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-hd-idle/root/etc')
-rw-r--r--applications/luci-hd-idle/root/etc/uci-defaults/luci-hd_idle7
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