summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-06 23:29:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-06 23:29:29 +0000
commitadb289a23d9cec1ed29877d58614e33246fe20ba (patch)
tree31a332d36dc3027d1bf329375e0308c981df2eb3 /mdk-stage1/network.c
parentb5c67c303ce0b7b3640272d429b31b24574d58fb (diff)
downloaddrakx-backup-do-not-use-adb289a23d9cec1ed29877d58614e33246fe20ba.tar
drakx-backup-do-not-use-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.gz
drakx-backup-do-not-use-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.bz2
drakx-backup-do-not-use-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.xz
drakx-backup-do-not-use-adb289a23d9cec1ed29877d58614e33246fe20ba.zip
uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf (scsi, net, modules options)
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c2
1 files changed, 1 insertions, 1 deletions
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));