mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28: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
|
CATEGORY:=Network
|
||||||
URL:=http://stgt.sourceforge.net/
|
URL:=http://stgt.sourceforge.net/
|
||||||
TITLE:=userspace iSCSI target
|
TITLE:=userspace iSCSI target
|
||||||
DEPENDS:=+libpthread +libaio +@KERNEL_AIO +@KERNEL_DIRECT_IO
|
DEPENDS:=+libpthread +libaio @KERNEL_AIO @KERNEL_DIRECT_IO
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tgt/description
|
define Package/tgt/description
|
||||||
|
|||||||
Reference in New Issue
Block a user