Skip to content

Commit

Permalink
luci-app-mwan3: remove uci-defaults for ucitrack handling
Browse files Browse the repository at this point in the history
The 'ucitrack' file is not available anymore this changes are not needed.
Therefore, this 'uci-defaults' script is deleted.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
  • Loading branch information
feckert committed Apr 11, 2024
1 parent 0b36f26 commit a69e387
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a69e387

Please sign in to comment.