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 | 40bb14ef28ea479fcda86bea2f0c5dab0cb6a831 (patch) | |
tree | 284ff3fd89c14c5008af1c51b3f115bbf103d877 /target | |
parent | a9cd57af9e7aeb91e8662eccb919a5db55f53475 (diff) | |
download | upstream-40bb14ef28ea479fcda86bea2f0c5dab0cb6a831.tar.gz upstream-40bb14ef28ea479fcda86bea2f0c5dab0cb6a831.tar.bz2 upstream-40bb14ef28ea479fcda86bea2f0c5dab0cb6a831.zip |
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')
-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 |