projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89cce91
)
tgt: depend on @KERNEL_AIO and @KERNEL_DIRECT_IO instead of modifying the global...
author
Felix Fietkau
<
[email protected]
>
Sun, 24 Jan 2016 09:17:21 +0000
(10:17 +0100)
committer
Felix Fietkau
<
[email protected]
>
Sun, 24 Jan 2016 09:17:28 +0000
(10:17 +0100)
Signed-off-by: Felix Fietkau <
[email protected]
>
net/tgt/Makefile
patch
|
blob
|
history
diff --git
a/net/tgt/Makefile
b/net/tgt/Makefile
index 0ec19c3fa3229b7c4e9ce984eea4ab4c1fa656ec..93c1a88dee23972e4d9f2e20676924a5ab56f4bd 100644
(file)
--- a/
net/tgt/Makefile
+++ b/
net/tgt/Makefile
@@
-30,7
+30,7
@@
define Package/tgt
CATEGORY:=Network
URL:=http://stgt.sourceforge.net/
TITLE:=userspace iSCSI target
- DEPENDS:=+libpthread +libaio
+@KERNEL_AIO +
@KERNEL_DIRECT_IO
+ DEPENDS:=+libpthread +libaio
@KERNEL_AIO
@KERNEL_DIRECT_IO
endef
define Package/tgt/description