diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-31 21:14:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-31 21:14:05 +0000 |
commit | 4f523699bb8a8c52545b48b5eedb9b2a4d1a8779 (patch) | |
tree | 19909eb57a1635f6034273668b50ad2c6cad66f5 | |
parent | b00c136bc97e6eac8884e38d4b4df53612bed0a3 (diff) | |
download | upstream-4f523699bb8a8c52545b48b5eedb9b2a4d1a8779.tar.gz upstream-4f523699bb8a8c52545b48b5eedb9b2a4d1a8779.tar.bz2 upstream-4f523699bb8a8c52545b48b5eedb9b2a4d1a8779.zip |
fix kernel config after r8169 change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5366 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86-2.6/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index 8fc5d6b13d..b33fa45d14 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.17 -# Mon Oct 9 15:42:06 2006 +# Tue Oct 31 22:13:20 2006 # CONFIG_X86_32=y CONFIG_SEMAPHORE_SLEEPERS=y @@ -348,7 +348,7 @@ CONFIG_INET6_AH=m CONFIG_INET6_ESP=m CONFIG_INET6_IPCOMP=m CONFIG_INET6_XFRM_TUNNEL=m -# CONFIG_INET6_TUNNEL is not set +CONFIG_INET6_TUNNEL=m # CONFIG_IPV6_TUNNEL is not set CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set @@ -1061,6 +1061,8 @@ CONFIG_E1000=m # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set CONFIG_R8169=m +CONFIG_R8169_NAPI=y +# CONFIG_R8169_VLAN is not set CONFIG_SIS190=m # CONFIG_SKGE is not set # CONFIG_SKY2 is not set |