diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-30 22:19:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-30 22:19:55 +0000 |
commit | 0abd2f8579c135d3c2d441396406bed6946b356e (patch) | |
tree | 40880b1793fa4f0da5c2b3f6ee68316c75d63143 /package | |
parent | a19fffabaa0fb81e302b86ab973b42ba7b347a55 (diff) | |
download | upstream-0abd2f8579c135d3c2d441396406bed6946b356e.tar.gz upstream-0abd2f8579c135d3c2d441396406bed6946b356e.tar.bz2 upstream-0abd2f8579c135d3c2d441396406bed6946b356e.zip |
[package] spidev_test depends on kmod-spi-dev to work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/spidev_test/Makefile | 2 |
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 |