diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-16 19:51:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-16 19:51:27 +0000 |
commit | 144ebddd610f5d9fa8bc8b162537ce438641422d (patch) | |
tree | eef425ce3ac93b52e3f810f297e5f89981099869 /target/linux/x86-2.6/config-diff | |
parent | dc70c78404b9b46de3d3ddad396f5d70a33c0179 (diff) | |
download | upstream-144ebddd610f5d9fa8bc8b162537ce438641422d.tar.gz upstream-144ebddd610f5d9fa8bc8b162537ce438641422d.tar.bz2 upstream-144ebddd610f5d9fa8bc8b162537ce438641422d.zip |
add e1000 support
SVN-Revision: 6315
Diffstat (limited to 'target/linux/x86-2.6/config-diff')
-rw-r--r-- | target/linux/x86-2.6/config-diff | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/x86-2.6/config-diff b/target/linux/x86-2.6/config-diff index eb8f9d1246..768947ae7f 100644 --- a/target/linux/x86-2.6/config-diff +++ b/target/linux/x86-2.6/config-diff @@ -96,6 +96,9 @@ CONFIG_CRYPTO_TWOFISH_586=m # CONFIG_DMASCC is not set CONFIG_DMI=y CONFIG_DOUBLEFAULT=y +CONFIG_E1000=m +# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set +CONFIG_E1000_NAPI=y CONFIG_EARLY_PRINTK=y # CONFIG_EDAC is not set # CONFIG_EDD is not set @@ -175,8 +178,6 @@ CONFIG_IDEPCI_SHARE_IRQ=y CONFIG_IDE_GENERIC=y CONFIG_IDE_MAX_HWIFS=4 # CONFIG_IDE_TASK_IOCTL is not set -CONFIG_INITRAMFS_ROOT_GID=0 -CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_SOURCE="" CONFIG_ISA=y CONFIG_ISAPNP=y |