diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-10-28 13:24:41 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-10-28 13:24:41 +0000 |
commit | 114af4099afe6f60cb372f5e59480537284f75f2 (patch) | |
tree | a63baa96394119eac34f32292337a7614bd593fc /package/kernel/modules/spi.mk | |
parent | cc4fe429b244c4494e3e5d71ad2397b181d46c20 (diff) | |
download | upstream-114af4099afe6f60cb372f5e59480537284f75f2.tar.gz upstream-114af4099afe6f60cb372f5e59480537284f75f2.tar.bz2 upstream-114af4099afe6f60cb372f5e59480537284f75f2.zip |
package/kernel: prefix library modules with lib-
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/spi.mk')
-rw-r--r-- | package/kernel/modules/spi.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/spi.mk b/package/kernel/modules/spi.mk index 27f5c0eded..7cb2a354dc 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 |