diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup index c7598d78a..4d2206aa6 100755 --- a/src/etc/rc.bootup +++ b/src/etc/rc.bootup @@ -142,13 +142,6 @@ echo "done.\n"; if (is_interface_mismatch()) { echo PHP_EOL . gettext('Default interfaces not found -- Running interface assignment option.') . PHP_EOL; - $ifaces = get_interface_list(); - if (is_array($ifaces)) { - foreach($ifaces as $iface => $ifdata) { - interfaces_bring_up($iface); - } - } - led_assigninterfaces(); while (!set_networking_interfaces_ports()); led_kitt();