equal
deleted
inserted
replaced
51 # multiple drivers with spaces. |
51 # multiple drivers with spaces. |
52 # |
52 # |
53 # Note: The e100, e1000, e1000e and r8169 drivers are not built by default. |
53 # Note: The e100, e1000, e1000e and r8169 drivers are not built by default. |
54 # Enable them with the --enable-<driver> configure switches. |
54 # Enable them with the --enable-<driver> configure switches. |
55 # |
55 # |
|
56 # Attention: When using the generic driver, the corresponding Ethernet device |
|
57 # has to be activated (with OS methods, for example 'ip link set ethX up'), |
|
58 # before the master is started, otherwise all frames will time out. |
|
59 # |
56 DEVICE_MODULES="" |
60 DEVICE_MODULES="" |
57 |
61 |
58 # |
62 # |
59 # Flags for loading kernel modules. |
63 # Flags for loading kernel modules. |
60 # |
64 # |