From a69e3874d3eafad9bc669a26308b37ef54efbd87 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 11 Apr 2024 11:01:09 +0200 Subject: luci-app-mwan3: remove uci-defaults for ucitrack handling The 'ucitrack' file is not available anymore this changes are not needed. Therefore, this 'uci-defaults' script is deleted. Signed-off-by: Florian Eckert --- applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'applications/luci-app-mwan3/root/etc/uci-defaults') diff --git a/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3 b/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3 index d79f648672..414146b5e6 100755 --- a/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3 +++ b/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3 @@ -1,11 +1,5 @@ #!/bin/sh -# remove existing mwan ucitrack entry is now done with procd -uci -q batch <<-EOF >/dev/null - del ucitrack.@mwan3[-1] - commit ucitrack -EOF - uci -q get mwan3.globals >/dev/null || { uci -q add mwan3 globals >/dev/null uci -q rename mwan3.@globals[-1]="globals" >/dev/null -- cgit v1.2.3