aboutsummaryrefslogtreecommitdiff
path: root/net/tgt/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2017-06-05 12:41:10 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2017-06-05 17:18:51 -0700
commit20891e8d4236ae39d42e09debc211e1bb317f9a8 (patch)
treec96423460087771dad3c1f3aca2e9a3c8142802a /net/tgt/Makefile
parentc0268da07b4fe300e4320f4a4b46f9b1171731a1 (diff)
tgt: Drop dependency against KERNEL_DIRECT_IO
This was removed in LEDE commit 0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b ("kernel: remove out of tree direct-io disable hack") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'net/tgt/Makefile')
-rw-r--r--net/tgt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile
index 3a0117345..c876179d0 100644
--- 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