diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-24 19:23:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-24 19:23:47 +0000 |
commit | 7d9441b5fb0bfad48e2f88ac4455da371ef0fe08 (patch) | |
tree | f5498a3d13b09cda82f9ee8bb0bc1b6a5529a33f | |
parent | f11fa6c3e716e0f75fe9c6abde2156393bd8e135 (diff) | |
download | upstream-7d9441b5fb0bfad48e2f88ac4455da371ef0fe08.tar.gz upstream-7d9441b5fb0bfad48e2f88ac4455da371ef0fe08.tar.bz2 upstream-7d9441b5fb0bfad48e2f88ac4455da371ef0fe08.zip |
Fix the r8169 kernel module (#2554)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9436 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/kernel/modules/network.mk | 16 | ||||
-rw-r--r-- | target/linux/x86/config-2.6.23 | 3 |
2 files changed, 0 insertions, 19 deletions
diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index 4794941ef5..715051379f 100644 --- a/package/kernel/modules/network.mk +++ b/package/kernel/modules/network.mk @@ -681,22 +681,6 @@ endef $(eval $(call KernelPackage,e1000)) -define KernelPackage/r8169 - SUBMENU:=$(NETWORK_DEVICES_MENU) - TITLE:=Realtek 8169 gigabit ethernet support - DEPENDS:=@TARGET_x86 - KCONFIG:=CONFIG_R8169 - FILES:=$(LINUX_DIR)/drivers/net/r8169.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,50,r8169) -endef - -define KernelPackage/r8169/description - Kernel modules for Realtek 8169 gigabit ethernet support. -endef - -$(eval $(call KernelPackage,r8169)) - - define KernelPackage/3c59x SUBMENU:=$(NETWORK_DEVICES_MENU) TITLE:=3Com 3c590/3c900 series (592/595/597) Vortex/Boomerang diff --git a/target/linux/x86/config-2.6.23 b/target/linux/x86/config-2.6.23 index 3be125911a..963069675c 100644 --- a/target/linux/x86/config-2.6.23 +++ b/target/linux/x86/config-2.6.23 @@ -288,9 +288,6 @@ 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 |