diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-24 18:36:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-24 18:36:04 +0000 |
commit | 010faa438177e9ce6e96cde78f907411688dffa7 (patch) | |
tree | 706616df53c80112eb91f02f31a00c5b228f0700 /target | |
parent | 426ecdecef992cf396ab94ed1a22da133f7a30e1 (diff) | |
download | upstream-010faa438177e9ce6e96cde78f907411688dffa7.tar.gz upstream-010faa438177e9ce6e96cde78f907411688dffa7.tar.bz2 upstream-010faa438177e9ce6e96cde78f907411688dffa7.zip |
add e1000 driver, remove references to LINUX_2_4_X86
SVN-Revision: 5286
Diffstat (limited to 'target')
-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 ca967af55d..6128ea592f 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 |