diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-23 10:15:19 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-23 10:15:19 +0000 |
commit | df70463b99a6c9d5ef3879f0cf58dea99cac59ba (patch) | |
tree | e702d92e7e9ffedc379b2580a70c0e9e7417bb97 /target | |
parent | b5c2ac739de4c82a36b944b9570a4910bd088455 (diff) |
Add ethernet bonding support for x86 (#856)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5626 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index cd1893ec74..d186327f6f 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -962,7 +962,7 @@ CONFIG_BLK_DEV_SD=m # CONFIG_NETDEVICES=y # CONFIG_DUMMY is not set -# CONFIG_BONDING is not set +CONFIG_BONDING=m # CONFIG_EQUALIZER is not set CONFIG_IMQ=m # CONFIG_IMQ_BEHAVIOR_AA is not set |