From 41f2b5ed5fc1c36aa0489b39afd4f3120b8e5338 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 28 Oct 2011 13:24:41 +0000 Subject: package/kernel: prefix library modules with lib- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28656 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/spi.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/modules/spi.mk') diff --git a/package/kernel/modules/spi.mk b/package/kernel/modules/spi.mk index 27f5c0ede..7cb2a354d 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 -- cgit v1.2.3