diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-07 10:47:23 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-07 10:47:23 +0000 |
commit | 6e04a82d53ef39292dc7d7b1972a6598b9797872 (patch) | |
tree | 909a42ac7d4d4df87118a6d152432f5123b4a4e0 /target/linux/x86/mediacenter | |
parent | 72dff34c99d10b2c2e1f737348581a5261254fd2 (diff) |
Add PCnet32 ethernet support (#3195)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10558 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/mediacenter')
-rw-r--r-- | target/linux/x86/mediacenter/config-2.6.23 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/mediacenter/config-2.6.23 b/target/linux/x86/mediacenter/config-2.6.23 index a5ce3dc8d3..8845ba1b5c 100644 --- a/target/linux/x86/mediacenter/config-2.6.23 +++ b/target/linux/x86/mediacenter/config-2.6.23 @@ -290,6 +290,8 @@ CONFIG_PCMCIA=m CONFIG_PCMCIA_IOCTL=y CONFIG_PCMCIA_LOAD_CIS=y CONFIG_PCMCIA_PROBE=y +CONFIG_PCNET32=m +CONFIG_PCNET32_NAPI=y # CONFIG_PCWATCHDOG is not set CONFIG_PHYSICAL_ALIGN=0x100000 CONFIG_PHYSICAL_START=0x100000 |