git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c0268da
)
tgt: Drop dependency against KERNEL_DIRECT_IO
author
Florian Fainelli
<redacted>
Mon, 5 Jun 2017 19:41:10 +0000
(12:41 -0700)
committer
Florian Fainelli
<redacted>
Tue, 6 Jun 2017 00:18:51 +0000
(17:18 -0700)
This was removed in LEDE commit
0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b
("kernel: remove out of tree direct-io disable hack")
Signed-off-by: Florian Fainelli <redacted>
net/tgt/Makefile
patch
|
blob
|
history
diff --git
a/net/tgt/Makefile
b/net/tgt/Makefile
index 3a0117345f5bfbeb1ac9ee528cf65ef466b50cd7..c876179d0e152db97cc25fc37cf4d0730bcb6028 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
endef
define Package/tgt/description
git clone https://git.99rst.org/PROJECT