From 8df0c46d125edcc01dbacf2773f58fe8a4cba44a Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Fri, 24 Jun 2011 14:29:20 +0000 Subject: [PATCH] contrib/meshwizard: set ucitrack entry properly --- applications/luci-meshwizard/ipkg/postinst | 6 +----- .../luci-meshwizard/root/etc/uci-defaults/meshwizard | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 applications/luci-meshwizard/root/etc/uci-defaults/meshwizard diff --git a/applications/luci-meshwizard/ipkg/postinst b/applications/luci-meshwizard/ipkg/postinst index ac4e1d1222..0599082efe 100644 --- a/applications/luci-meshwizard/ipkg/postinst +++ b/applications/luci-meshwizard/ipkg/postinst @@ -1,8 +1,4 @@ #!/bin/sh [ -n "${IPKG_INSTROOT}" ] || { - uci set ucitrack.meshwizard="meshwizard" - uci set ucitrack.meshwizard.exec="/etc/init.d/wizard restart" - uci commit - exit 0 + ( . /etc/uci-defaults/meshwizard ) && rm -f /etc/uci-defaults/meshwizard } - 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 0000000000..2154e9771d --- /dev/null +++ b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <