From adb289a23d9cec1ed29877d58614e33246fe20ba Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 6 Jan 2001 23:29:29 +0000 Subject: uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf (scsi, net, modules options) --- mdk-stage1/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 2e0870a43..92f832e26 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -396,7 +396,7 @@ static enum return_type bringup_networking(struct interface_info * intf) static struct interface_info loopback; enum { BRINGUP_NET, BRINGUP_CONF, BRINGUP_DONE } step = BRINGUP_NET; - my_insmod("af_packet"); + my_insmod("af_packet", ANY_DRIVER_TYPE, NULL); // if (intf->is_up == 1) // log_message("interface already up (with IP %s)", inet_ntoa(intf->ip)); -- cgit v1.2.1