git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0b36f26
)
luci-app-mwan3: remove uci-defaults for ucitrack handling
author
Florian Eckert
<redacted>
Thu, 11 Apr 2024 09:01:09 +0000
(11:01 +0200)
committer
Florian Eckert
<redacted>
Thu, 11 Apr 2024 14:15:52 +0000
(16:15 +0200)
The 'ucitrack' file is not available anymore this changes are not needed.
Therefore, this 'uci-defaults' script is deleted.
Signed-off-by: Florian Eckert <redacted>
applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3
patch
|
blob
|
history
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 d79f648672ac9b4f20397b16df2544a5bad9ad06..414146b5e65d3c580aff395691efe7ac214ebb47 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT