diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-08 23:41:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-08 23:41:50 +0000 |
commit | 1ac4b1324650068f86d2a0cfed5ecbebe3d8d7dc (patch) | |
tree | 6c59f92158d10fdce5b18fb05b8d800db740bb7b /applications/luci-hd-idle/root | |
parent | 087776d3b4a26704dd907b9562c50326e77cf9b9 (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_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 |