aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-01-29 22:06:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-01-29 22:06:23 +0000
commit95b2c75e548720559583943f4628c7af468c8fd7 (patch)
tree30d71e004bec459634f24510eb7a1e95024adb62
parentc9ac9c1a64cb5a3b3e21c37753e525f7088535a7 (diff)
downloadmaster-187ad058-95b2c75e548720559583943f4628c7af468c8fd7.tar.gz
master-187ad058-95b2c75e548720559583943f4628c7af468c8fd7.tar.bz2
master-187ad058-95b2c75e548720559583943f4628c7af468c8fd7.zip
[package] kmod-via-velocity depends on kmod-crc-ccitt (#8730)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25244 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kernel/modules/netdevices.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk
index 1290b7f5fa..7b544c8e46 100644
--- a/package/kernel/modules/netdevices.mk
+++ b/package/kernel/modules/netdevices.mk
@@ -158,7 +158,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||TARGET_x86
+ DEPENDS:=@TARGET_ixp4xx||TARGET_mpc83xx||TARGET_x86 +kmod-crc-ccitt
KCONFIG:=CONFIG_VIA_VELOCITY
FILES:=$(LINUX_DIR)/drivers/net/via-velocity.ko
AUTOLOAD:=$(call AutoLoad,50,via-velocity)