luci-app-radvd: remove from the repo
[project/luci.git] / applications / luci-app-radvd / root / etc / uci-defaults / 40_luci-radvd
diff --git a/applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd b/applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd
deleted file mode 100755 (executable)
index c1f3b75..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
-       delete ucitrack.@radvd[-1]
-       add ucitrack radvd
-       set ucitrack.@radvd[-1].init=radvd
-       commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-exit 0