summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-p910nd/root/etc
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-04-11 11:46:52 +0200
committerFlorian Eckert <fe@dev.tdt.de>2024-04-11 16:15:52 +0200
commit5c6fbba6ca7b418e1ac7ace48642f8bc9c0f114b (patch)
tree179c7290ba5a9c0f924a191c74cae4f5e9df9261 /applications/luci-app-p910nd/root/etc
parentdd0aa936a5c50e4929f87221ef67ac739ef73b8d (diff)
luci-app-p910nd: upgrade uci-defaults for ucitrack handling to use json
Conversion of the 'uci-defaults' script for ucitrack handling to the new json processing. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
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