Browse Source

Merge pull request #16325 from egorenar/stress-ng-libkmod

stress-ng: add missing libkmod dependency
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
committed by GitHub
parent
commit
8845ea73d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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