summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-meshwizard/root
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-06-24 14:29:20 +0000
committerManuel Munz <freifunk@somakoma.de>2011-06-24 14:29:20 +0000
commit8df0c46d125edcc01dbacf2773f58fe8a4cba44a (patch)
tree5eb020e97119e4ec0c41c7ac5ea7b33159b921c4 /applications/luci-meshwizard/root
parent0394e75a561291037a765942715c5641cc170604 (diff)
contrib/meshwizard: set ucitrack entry properly
Diffstat (limited to 'applications/luci-meshwizard/root')
-rw-r--r--applications/luci-meshwizard/root/etc/uci-defaults/meshwizard6
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
new file mode 100644
index 000000000..2154e9771
--- /dev/null
+++ b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard
@@ -0,0 +1,6 @@
+#!/bin/sh
+uci batch <<EOF
+set ucitrack.meshwizard="meshwizard"
+set ucitrack.meshwizard.exec="/etc/init.d/wizard boot"
+commit ucitrack
+EOF