Changeset 2508
- Timestamp:
- 05/14/07 19:35:31 (2 years ago)
- Files:
-
- trunk/freewrt/mk/modules.mk (modified) (1 diff)
- trunk/freewrt/target/linux/config/Config.in.network (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/modules.mk
r2504 r2508 59 59 $(MODULES_DIR)/kernel/drivers/net/tun \ 60 60 ,20)) 61 62 $(eval $(call KMOD_template,BONDING,bonding,\ 63 $(MODULES_DIR)/kernel/drivers/net/bonding/bonding \ 64 ,20)) 65 61 66 62 67 # trunk/freewrt/target/linux/config/Config.in.network
r2504 r2508 1 1 menu "Network support" 2 3 config FWRT_KERNEL_INET 4 boolean 5 default n 2 6 3 7 config FWRT_KERNEL_IP_PNP_BOOTP … … 136 140 Kernel support for the TUN/TAP tunneling device 137 141 142 config FWRT_KPACKAGE_KMOD_BONDING 143 prompt "kmod-bonding...................... Bonding driver support" 144 tristate 145 select FWRT_KERNEL_INET 146 default n 147 help 148 Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet 149 Channels together. This is called 'Etherchannel' by Cisco, 150 'Trunking' by Sun, 802.3ad by the IEEE, and 'Bonding' in Linux. 151 152 The driver supports multiple bonding modes to allow for both high 153 performance and high availability operation. 154 155 Refer to <file:Documentation/networking/bonding.txt> for more 156 information. 157 138 158 source target/linux/config/Config.in.sched 139 159


