1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 3424

Show
Ignore:
Timestamp:
08/12/09 14:52:36 (4 years ago)
Author:
owes
Message:

Some helper program might need to know the kernel module for an interface, so add that information.

Location:
ipcop/trunk/src/installer
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ipcop/trunk/src/installer/common.h

    r3360 r3424  
    155155    char *netaddress[CFG_COLOURS_COUNT][MAX_NETWORK_COLOUR + 1];  /* Network address */ 
    156156    char *broadcast[CFG_COLOURS_COUNT][MAX_NETWORK_COLOUR + 1];   /* Broadcast address */ 
     157    char *driver[CFG_COLOURS_COUNT][MAX_NETWORK_COLOUR + 1];      /* Kernel module */ 
    157158    /* following are red-specials */ 
    158159    char *red_type[MAX_NETWORK_COLOUR + 1];                       /*  */ 
  • ipcop/trunk/src/installer/helper.c

    r3134 r3424  
    567567                != SUCCESS) 
    568568                return FAILURE; 
     569 
     570            read_ethernet_key(i, j, "DRIVER", &ipcop_ethernet.driver[i][j], 0, "Driver"); 
    569571        } 
    570572    }