1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

fix kernel config item for 3c95x/vortex network cards (closes: #2441)

SVN-Revision: 9068
This commit is contained in:
Nicolas Thill 2007-09-29 14:18:47 +00:00
parent cba0658b13
commit 2068b8d48d

@ -645,7 +645,7 @@ define KernelPackage/3c59x
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=3Com 3c590/3c900 series (592/595/597) Vortex/Boomerang
DEPENDS:=@TARGET_x86
KCONFIG:=CONFIG_3C59X
KCONFIG:=CONFIG_VORTEX
FILES:=$(LINUX_DIR)/drivers/net/3c59x.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,3c59x)
endef