Browse Source

liburing: add KERNEL_IO_URING dependency

This needs kernel io_uring support to work.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
parent
commit
6bc9ec549d
No known key found for this signature in database GPG Key ID: 5FB9FAF260B80AEA
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/liburing/Makefile

+ 1
- 0
libs/liburing/Makefile View File

@ -22,6 +22,7 @@ define Package/liburing
CATEGORY:=Libraries
TITLE:=io_uring library
URL:=https://git.kernel.dk/cgit/liburing
DEPENDS:=@KERNEL_IO_URING
endef
define Package/liburing/description


Loading…
Cancel
Save