Browse Source
Merge pull request #14801 from Noltari/rng-tools
rng-tools: start as early as possible
lilik-openwrt-22.03
Álvaro Fernández Rojas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
utils/rng-tools/Makefile
-
utils/rng-tools/files/rngd.init
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=rng-tools |
|
|
|
PKG_VERSION:=6.10 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/sh /etc/rc.common |
|
|
|
# Copyright (C) 2011-2014 OpenWrt.org |
|
|
|
|
|
|
|
START=25 |
|
|
|
START=0 |
|
|
|
|
|
|
|
USE_PROCD=1 |
|
|
|
PROG=/sbin/rngd |
|
|
|