kernel: simplify dependencies for kmod-via-velocity
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
5b92dca09f
commit
f630342af2
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ $(eval $(call KernelPackage,via-rhine))
|
||||||
define KernelPackage/via-velocity
|
define KernelPackage/via-velocity
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=VIA Velocity Gigabit Ethernet Adapter kernel support
|
TITLE:=VIA Velocity Gigabit Ethernet Adapter kernel support
|
||||||
DEPENDS:=@TARGET_ixp4xx||TARGET_mpc83xx||PCI_SUPPORT +kmod-lib-crc-ccitt
|
DEPENDS:=@PCI_SUPPORT +kmod-lib-crc-ccitt
|
||||||
KCONFIG:=CONFIG_VIA_VELOCITY
|
KCONFIG:=CONFIG_VIA_VELOCITY
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/via/via-velocity.ko
|
FILES:=$(LINUX_DIR)/drivers/net/ethernet/via/via-velocity.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,via-velocity)
|
AUTOLOAD:=$(call AutoProbe,via-velocity)
|
||||||
|
|
Loading…
Reference in a new issue