commit cd98970dc84ff72c419d657994965adc7927f98a
parent 89cce919ecd9eb9396d09994084123532cba1a17
Author: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 24 Jan 2016 10:17:21 +0100
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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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