network: Remove redundant insertion of wireless rules.

This commit is contained in:
Michael Tremer
2014-02-14 12:41:23 +01:00
parent 4bc91affe0
commit e7c5b9dabb

View File

@@ -41,11 +41,6 @@ init_networking() {
boot_mesg "Setting up firewall"
/etc/rc.d/init.d/firewall start; evaluate_retval
if [ "$CONFIG_TYPE" = "3" -o "$CONFIG_TYPE" = "4" ]; then
boot_mesg "Setting up wireless firewall rules"
/usr/local/bin/wirelessctrl; evaluate_retval
fi
/etc/rc.d/init.d/dnsmasq start
/etc/rc.d/init.d/static-routes start
}