mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
rng-tools: fix init START
We should be using "00" to deal with alphabetical order.
Fixes: e9a126c145 ("rng-tools: start as early as possible")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=rng-tools
|
PKG_NAME:=rng-tools
|
||||||
PKG_VERSION:=6.10
|
PKG_VERSION:=6.10
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools
|
PKG_SOURCE_URL:=https://github.com/nhorman/rng-tools
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2011-2014 OpenWrt.org
|
# Copyright (C) 2011-2014 OpenWrt.org
|
||||||
|
|
||||||
START=0
|
START=00
|
||||||
|
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
PROG=/sbin/rngd
|
PROG=/sbin/rngd
|
||||||
|
|||||||
Reference in New Issue
Block a user