aboutsummaryrefslogtreecommitdiff
path: root/net/tgt/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-24 10:17:21 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-24 10:17:28 +0100
commitcd98970dc84ff72c419d657994965adc7927f98a (patch)
tree57cdbfa0347e505d0ccd8898667859b6d8b5897b /net/tgt/Makefile
parent89cce919ecd9eb9396d09994084123532cba1a17 (diff)
tgt: depend on @KERNEL_AIO and @KERNEL_DIRECT_IO instead of modifying the global kernel config
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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 0ec19c3fa..93c1a88de 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 @KERNEL_DIRECT_IO
endef
define Package/tgt/description