diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-24 10:17:21 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-24 10:17:28 +0100 |
commit | cd98970dc84ff72c419d657994965adc7927f98a (patch) | |
tree | 57cdbfa0347e505d0ccd8898667859b6d8b5897b /net/tgt/Makefile | |
parent | 89cce919ecd9eb9396d09994084123532cba1a17 (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/Makefile | 2 |
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 |