Browse Source

stress-ng: add missing libkmod dependency

This fixes build problem introduced in commit 9a1bb4baf5 ("stress-ng: bump to version 0.13.00"):
Package stress-ng is missing dependencies for the following libraries:
libkmod.so.2

Fixes: 9a1bb4baf5 ("stress-ng: bump to version 0.13.00")
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
lilik-openwrt-22.03
Alexander Egorenkov 3 years ago
parent
commit
1058d37f71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/stress-ng/Makefile

+ 1
- 1
utils/stress-ng/Makefile View File

@ -27,7 +27,7 @@ define Package/stress-ng
CATEGORY:=Utilities
TITLE:=stress-ng is a stress test utility
URL:=https://kernel.ubuntu.com/~cking/stress-ng/
DEPENDS:=+zlib +libbsd +libaio +libsctp
DEPENDS:=+zlib +libbsd +libaio +libsctp +libkmod
endef
define Package/stress-ng/description


Loading…
Cancel
Save