[source] kernel: simplify dependencies for kmod-via-velocity
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 10 04:44:37 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/f630342af2e46fc4851f6d72cfb777fd4d0f2423
commit f630342af2e46fc4851f6d72cfb777fd4d0f2423
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jan 10 12:58:01 2017 +0100
kernel: simplify dependencies for kmod-via-velocity
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/kernel/linux/modules/netdevices.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index defdf0f..47b221c 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)
More information about the lede-commits
mailing list