mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Add luci-app-bcp38 package
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
delete ucitrack.@bcp38[-1]
|
||||
add ucitrack bcp38
|
||||
add_list ucitrack.@bcp38[0].affects=firewall
|
||||
commit ucitrack
|
||||
EOF
|
||||
|
||||
rm -f /tmp/luci-indexcache
|
||||
exit 0
|
||||
Reference in New Issue
Block a user