diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-06 15:34:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-06 15:34:12 +0000 |
commit | 005d083f4e350b494ff679856dd5b6723eee3d69 (patch) | |
tree | f9cfd3e38b8c911b9809699b5ce771f4be480f42 /target | |
parent | 97907c1c5cbe6f6b39d01eb0033da07817c941dc (diff) | |
download | upstream-005d083f4e350b494ff679856dd5b6723eee3d69.tar.gz upstream-005d083f4e350b494ff679856dd5b6723eee3d69.tar.bz2 upstream-005d083f4e350b494ff679856dd5b6723eee3d69.zip |
Add support for ne2000 pci NIC (#916)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5451 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 81100c593b..3b5c0f2ecb 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -1035,7 +1035,7 @@ CONFIG_FORCEDETH=m CONFIG_E100=m # CONFIG_FEALNX is not set CONFIG_NATSEMI=m -# CONFIG_NE2K_PCI is not set +CONFIG_NE2K_PCI=m # CONFIG_8139CP is not set CONFIG_8139TOO=m CONFIG_8139TOO_PIO=y |