icwmp/uci-defaults/90-cwmpfirewall
2015-11-10 17:40:39 +01:00

12 lines
216 B
Bash

#!/bin/sh
uci -q batch <<-EOT
delete firewall.cwmp
set firewall.cwmp=include
set firewall.cwmp.path=/etc/firewall.cwmp
set firewall.cwmp.reload=1
commit firewall
EOT
exit 0