90_add_bat0_to_brlan 63 B

1234
  1. #!/bin/sh
  2. uci add_list "network.@device[0].ports=bat0"
  3. exit 0