kmod-via-velocity depends on kmod-crc-ccitt (#8730)
SVN-Revision: 25244
This commit is contained in:
parent
e9eee3c0b8
commit
058b54773a
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,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||TARGET_x86
|
DEPENDS:=@TARGET_ixp4xx||TARGET_mpc83xx||TARGET_x86 +kmod-crc-ccitt
|
||||||
KCONFIG:=CONFIG_VIA_VELOCITY
|
KCONFIG:=CONFIG_VIA_VELOCITY
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/via-velocity.ko
|
FILES:=$(LINUX_DIR)/drivers/net/via-velocity.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,via-velocity)
|
AUTOLOAD:=$(call AutoLoad,50,via-velocity)
|
||||||
|
|
Loading…
Reference in a new issue