Browse Source

Merge pull request #17969 from graysky2/rng-tools

rng-tools: drop unneeded dep
lilik-openwrt-22.03
Hannu Nyman 3 years ago
committed by GitHub
parent
commit
1ef06682d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/rng-tools/Makefile

+ 2
- 2
utils/rng-tools/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rng-tools
PKG_VERSION:=6.15
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools
@ -32,7 +32,7 @@ define Package/rng-tools
CATEGORY:=Utilities
TITLE:=Daemon for adding entropy to kernel entropy pool
URL:=https://github.com/nhorman/rng-tools
DEPENDS:=+libsysfs +libopenssl
DEPENDS:=+libopenssl
endef
define Package/rng-tools/description


Loading…
Cancel
Save