From 5c6fbba6ca7b418e1ac7ace48642f8bc9c0f114b Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 11 Apr 2024 11:46:52 +0200 Subject: [PATCH] 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 --- .../root/etc/uci-defaults/40_luci-p910nd | 10 ---------- .../root/usr/share/ucitrack/luci-app-p910nd.json | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100755 applications/luci-app-p910nd/root/etc/uci-defaults/40_luci-p910nd create mode 100644 applications/luci-app-p910nd/root/usr/share/ucitrack/luci-app-p910nd.json 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 diff --git a/applications/luci-app-p910nd/root/usr/share/ucitrack/luci-app-p910nd.json b/applications/luci-app-p910nd/root/usr/share/ucitrack/luci-app-p910nd.json new file mode 100644 index 0000000000..4cf7c53f7b --- /dev/null +++ b/applications/luci-app-p910nd/root/usr/share/ucitrack/luci-app-p910nd.json @@ -0,0 +1,4 @@ +{ + "config": "p910nd", + "init": "p910nd" +} -- 2.30.2