luci-app-upnp: remove uci-defaults for ucitrack handling
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Apr 2024 09:11:32 +0000 (11:11 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Apr 2024 14:15:52 +0000 (16:15 +0200)
The 'ucitrack' file is not available anymore this changes are not needed.
Therefore, this 'uci-defaults' script is deleted.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-upnp/root/etc/uci-defaults/40_luci-miniupnp [deleted file]

diff --git a/applications/luci-app-upnp/root/etc/uci-defaults/40_luci-miniupnp b/applications/luci-app-upnp/root/etc/uci-defaults/40_luci-miniupnp
deleted file mode 100755 (executable)
index f63d648..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
-       delete ucitrack.@upnpd[-1]
-       add ucitrack upnpd
-       set ucitrack.@upnpd[-1].init=miniupnpd
-       commit ucitrack
-EOF
-
-exit 0