1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 04:14:01 +02:00

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

stress-ng: add missing libkmod dependency
This commit is contained in:
Alexandru Ardelean 2021-08-12 10:50:08 +03:00 committed by GitHub
commit 8845ea73d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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