diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-10-27 12:32:10 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-10-27 12:32:10 +0000 |
commit | 3dace10f8be1d44b8890c5ae4dec99f8897552d6 (patch) | |
tree | 8921e1edcc1b14d1af83d488bd2de9b160f8b441 /target/linux/x86-2.6/config | |
parent | f8aa6c7c8f3af42341da4747e227e2dbdb1bf6f8 (diff) | |
download | upstream-3dace10f8be1d44b8890c5ae4dec99f8897552d6.tar.gz upstream-3dace10f8be1d44b8890c5ae4dec99f8897552d6.tar.bz2 upstream-3dace10f8be1d44b8890c5ae4dec99f8897552d6.zip |
add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ethernet driver - the later still needs fixes and testing for the gateway 7001
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6/config')
-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 6128ea592f..8fc5d6b13d 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -1060,7 +1060,7 @@ CONFIG_E1000=m # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set -# CONFIG_R8169 is not set +CONFIG_R8169=m CONFIG_SIS190=m # CONFIG_SKGE is not set # CONFIG_SKY2 is not set |