From: Felix Fietkau Date: Tue, 10 Jan 2017 11:58:01 +0000 (+0100) Subject: kernel: simplify dependencies for kmod-via-velocity X-Git-Tag: v17.01.0-rc1~175 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f630342af2e46fc4851f6d72cfb777fd4d0f2423 kernel: simplify dependencies for kmod-via-velocity Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index defdf0f7ee..47b221c9a7 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -362,7 +362,7 @@ $(eval $(call KernelPackage,via-rhine)) define KernelPackage/via-velocity SUBMENU:=$(NETWORK_DEVICES_MENU) 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 FILES:=$(LINUX_DIR)/drivers/net/ethernet/via/via-velocity.ko AUTOLOAD:=$(call AutoProbe,via-velocity)