aboutsummaryrefslogtreecommitdiffstats
path: root/package/spidev_test
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-12-30 22:19:55 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-12-30 22:19:55 +0000
commit814cd2301a032058640906f79e3d32015b2b56ea (patch)
tree47ecf96d56a2f2d49e81f47cfea4061e518e63cd /package/spidev_test
parent328e4d3405c00f90544d4fbae1630308fa8eb5bf (diff)
downloadupstream-814cd2301a032058640906f79e3d32015b2b56ea.tar.gz
upstream-814cd2301a032058640906f79e3d32015b2b56ea.tar.bz2
upstream-814cd2301a032058640906f79e3d32015b2b56ea.zip
spidev_test depends on kmod-spi-dev to work
SVN-Revision: 18975
Diffstat (limited to 'package/spidev_test')
-rw-r--r--package/spidev_test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/spidev_test/Makefile b/package/spidev_test/Makefile
index eead4c14e7..4750ba01b3 100644
--- a/package/spidev_test/Makefile
+++ b/package/spidev_test/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/spidev-test
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@LINUX_2_6
+ DEPENDS:=@LINUX_2_6 +kmod-spi-dev
TITLE:=SPI testing utility
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org