summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-hd_idle/root
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-08 23:41:50 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-08 23:41:50 +0000
commit1ac4b1324650068f86d2a0cfed5ecbebe3d8d7dc (patch)
tree6c59f92158d10fdce5b18fb05b8d800db740bb7b /applications/luci-hd_idle/root
parent087776d3b4a26704dd907b9562c50326e77cf9b9 (diff)
trunk: remove underscores in app names (Openwrt ticket #6654)
Diffstat (limited to 'applications/luci-hd_idle/root')
-rw-r--r--applications/luci-hd_idle/root/etc/uci-defaults/luci-hd_idle7
1 files changed, 0 insertions, 7 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
deleted file mode 100644
index 6a37176a35..0000000000
--- a/applications/luci-hd_idle/root/etc/uci-defaults/luci-hd_idle
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-uci batch <<-EOF
- add ucitrack hd-idle
- set ucitrack.@hd-idle[-1].init=hd-idle
- commit ucitrack
-EOF