You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
186 B

  1. #!/bin/sh
  2. uci -q get ucitrack.@sqm[0] >/dev/null || {
  3. uci add ucitrack sqm > /dev/null
  4. uci set ucitrack.@sqm[0].init=sqm
  5. uci add_list ucitrack.@firewall[0].affects=sqm
  6. uci commit
  7. }