Browse Source

tgt: depend on @KERNEL_AIO and @KERNEL_DIRECT_IO instead of modifying the global kernel config

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
lilik-openwrt-22.03
Felix Fietkau 8 years ago
parent
commit
cd98970dc8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/tgt/Makefile

+ 1
- 1
net/tgt/Makefile View File

@ -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


Loading…
Cancel
Save