mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
tgt: depend on @KERNEL_AIO and @KERNEL_DIRECT_IO instead of modifying the global kernel config
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user