summaryrefslogtreecommitdiffstats
path: root/rules/haveged-bbinit.in
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2017-07-06 13:54:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-07-17 08:56:50 +0200
commit6597a67ea5d5f9ad584aa52b70e69ceb1d216aa9 (patch)
tree52fa6f8b468685bc721238ba3f1ba09f3a0449a4 /rules/haveged-bbinit.in
parenta95a80c7b2d8339ead5226e9345dddd6f80f78e0 (diff)
downloadptxdist-6597a67ea5d5f9ad584aa52b70e69ceb1d216aa9.tar.gz
ptxdist-6597a67ea5d5f9ad584aa52b70e69ceb1d216aa9.tar.xz
haveged: Introduce bbinit startup
Added a startup script inspired by upstream, debian, buildroot and the lldpd startup script already present in ptxdist. Also added the usual ptxdist menu stuff for daemons started with bbinit method. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/haveged-bbinit.in')
-rw-r--r--rules/haveged-bbinit.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/haveged-bbinit.in b/rules/haveged-bbinit.in
new file mode 100644
index 000000000..b6aee2250
--- /dev/null
+++ b/rules/haveged-bbinit.in
@@ -0,0 +1,9 @@
+## SECTION=initmethod_bbinit
+
+config HAVEGED_BBINIT_LINK
+ string
+ depends on HAVEGED_STARTSCRIPT
+ prompt "haveged"
+ default "S21haveged"
+
+# vim: ft=kconfig noet tw=72