diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-24 18:36:04 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-24 18:36:04 +0000 |
commit | 127e1f71c38af63d438fbca89caefefb15970793 (patch) | |
tree | 284ff3fd89c14c5008af1c51b3f115bbf103d877 /target/linux/x86-2.6/config | |
parent | f66fe68a968ec4be79e540388fb64a14589a7744 (diff) |
add e1000 driver, remove references to LINUX_2_4_X86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6/config')
-rw-r--r-- | target/linux/x86-2.6/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index ca967af55..6128ea592 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -1054,7 +1054,9 @@ CONFIG_VIA_RHINE=m # # CONFIG_ACENIC is not set # CONFIG_DL2K is not set -# CONFIG_E1000 is not set +CONFIG_E1000=m +# CONFIG_E1000_NAPI is not set +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set |