diff options
author | John Crispin <blogic@openwrt.org> | 2007-10-16 21:02:36 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-10-16 21:02:36 +0000 |
commit | 933299f7ccb1ebdf341584e5c1fb3a342e7439cc (patch) | |
tree | 47b0430887c4455f2ced5d7706a7f2f38724e38b /target/linux/x86 | |
parent | 88d99e069fb7ab97dc2a26b601a07f89c9d6e39e (diff) | |
download | upstream-933299f7ccb1ebdf341584e5c1fb3a342e7439cc.tar.gz upstream-933299f7ccb1ebdf341584e5c1fb3a342e7439cc.tar.bz2 upstream-933299f7ccb1ebdf341584e5c1fb3a342e7439cc.zip |
added rtl8169, from #2554
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9339 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-2.6.23 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/config-2.6.23 b/target/linux/x86/config-2.6.23 index 963069675c..3be125911a 100644 --- a/target/linux/x86/config-2.6.23 +++ b/target/linux/x86/config-2.6.23 @@ -288,6 +288,9 @@ CONFIG_PNP=y # CONFIG_PNP_DEBUG is not set CONFIG_PREEMPT_BKL=y CONFIG_QUICKLIST=y +CONFIG_R8169=m +CONFIG_R8169_NAPI=y +# CONFIG_R8169_VLAN is not set # CONFIG_RELOCATABLE is not set CONFIG_RTC=y CONFIG_RWSEM_GENERIC_SPINLOCK=y |