Delete luci-upnp
authorkdarbyshirebryant <kdarbyshirebryant@users.noreply.github.com>
Mon, 22 Jun 2015 17:58:58 +0000 (18:58 +0100)
committerkdarbyshirebryant <kdarbyshirebryant@users.noreply.github.com>
Mon, 22 Jun 2015 17:58:58 +0000 (18:58 +0100)
Stop sys upgrade automatically disabling miniupnpd on first boot after upgrade.
I spent a lot of time tracking this behaviour down which only occurs if you have luci-app-upnp installed.

applications/luci-app-upnp/root/etc/uci-defaults/luci-upnp [deleted file]

diff --git a/applications/luci-app-upnp/root/etc/uci-defaults/luci-upnp b/applications/luci-app-upnp/root/etc/uci-defaults/luci-upnp
deleted file mode 100755 (executable)
index fe22a3e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-/etc/init.d/miniupnpd enabled && {
-       /etc/init.d/miniupnpd stop
-       /etc/init.d/miniupnpd disable
-}
-
-rm -f /tmp/luci-indexcache
-exit 0