summaryrefslogtreecommitdiff
path: root/package/kernel/modules/spi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/modules/spi.mk')
-rw-r--r--package/kernel/modules/spi.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/spi.mk b/package/kernel/modules/spi.mk
index 27f5c0e..7cb2a35 100644
--- a/package/kernel/modules/spi.mk
+++ b/package/kernel/modules/spi.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,7 +10,7 @@ SPI_MENU:=SPI Support
define KernelPackage/mmc-spi
SUBMENU:=$(SPI_MENU)
TITLE:=MMC/SD over SPI Support
- DEPENDS:=+kmod-mmc +kmod-crc-itu-t +kmod-crc7
+ DEPENDS:=+kmod-mmc +kmod-lib-crc-itu-t +kmod-lib-crc7
KCONFIG:=CONFIG_MMC_SPI \
CONFIG_SPI=y \
CONFIG_SPI_MASTER=y