aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
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')
-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
'n129' href='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205