From e900059ce662082d12f4ac31c8e95c254e29a009 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 Feb 2005 08:50:57 +0000 Subject: Disable auto-configure menu --- etc/rc.bootup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 0086bae..2d65c8c 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -49,11 +49,11 @@ if($config['interfaces']['wan']['ipaddr'] <> "pppoe" && $config['interfaces']['wan']['ipaddr'] <> "pptp" && $do_assign == 0) if(does_interface_exist($wan_if) == false) $do_assign = 1; - if($do_assign == 1) { - $noreboot = true; - echo "\n\n\nInterface mismatch. Running interface assignment option.\n"; - set_networking_interfaces_ports(); - } + //if($do_assign == 1) { + // $noreboot = true; + // echo "\n\n\nInterface mismatch. Running interface assignment option.\n"; + // set_networking_interfaces_ports(); + //} /* convert configuration, if necessary */ convert_config(); -- cgit v1.1