summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-p910nd/root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-p910nd/root/etc')
-rwxr-xr-xapplications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd10
1 files changed, 0 insertions, 10 deletions
diff --git a/applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd b/applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd
deleted file mode 100755
index d1b629fdee..0000000000
--- a/applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
- delete ucitrack.@p910nd[-1]
- add ucitrack p910nd
- set ucitrack.@p910nd[-1].init=p910nd
- commit ucitrack
-EOF
-
-exit 0