projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bbe909
)
[packages] gadgetfs-test: depends on 2.6 kernels (close #2937)
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 1 Jan 2008 12:03:19 +0000
(12:03 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 1 Jan 2008 12:03:19 +0000
(12:03 +0000)
SVN-Revision: 10074
utils/gadgetfs-test/Makefile
patch
|
blob
|
history
diff --git
a/utils/gadgetfs-test/Makefile
b/utils/gadgetfs-test/Makefile
index 78df5585de506fef5bc4dda577f4f3201c877769..df7610ea90c162d2cc7ac565ea138fa7ebdd3c68 100644
(file)
--- a/
utils/gadgetfs-test/Makefile
+++ b/
utils/gadgetfs-test/Makefile
@@
-25,7
+25,7
@@
define Package/gadgetfs-test
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Test program for gadgetfs
- DEPENDS:=@DEVEL +libpthread
+ DEPENDS:=@DEVEL
@LINUX_2_6
+libpthread
URL:=http://linux-usb.org/gadget
endef