Browse Source
Merge pull request #11555 from Cynerd/haveged-match-urngd
haveged: move init script from 13 to 01
lilik-openwrt-22.03
Hannu Nyman
5 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/haveged/Makefile
-
utils/haveged/files/haveged.init
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=haveged |
|
|
PKG_NAME:=haveged |
|
|
PKG_VERSION:=1.9.8 |
|
|
PKG_VERSION:=1.9.8 |
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=3 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://codeload.github.com/jirka-h/haveged/tar.gz/v$(PKG_VERSION)? |
|
|
PKG_SOURCE_URL:=https://codeload.github.com/jirka-h/haveged/tar.gz/v$(PKG_VERSION)? |
|
|
|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh /etc/rc.common |
|
|
#!/bin/sh /etc/rc.common |
|
|
|
|
|
|
|
|
START=13 |
|
|
|
|
|
|
|
|
START=01 |
|
|
USE_PROCD=1 |
|
|
USE_PROCD=1 |
|
|
|
|
|
|
|
|
HAVEGED_THRESHOLD=1024 |
|
|
HAVEGED_THRESHOLD=1024 |
|
|