mirror of
https://github.com/openwrt/openwrt.git
synced 2026-01-21 11:03:07 +08:00
fix kernel config item for 3c95x/vortex network cards (closes: #2441)
SVN-Revision: 9068
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user