summaryrefslogtreecommitdiffstats
path: root/rules/busybox-bbinit.in
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2012-05-28 14:42:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-30 13:06:12 +0200
commitaed44320838f672c9fb91dce0a3cb654c20ddf9f (patch)
treea7d2a882947ceeabe4712fb954a66cf28a5ffd6f /rules/busybox-bbinit.in
parent6ab38b6d244e0de21b9dd94052e0da30adc4aff3 (diff)
downloadptxdist-aed44320838f672c9fb91dce0a3cb654c20ddf9f.tar.gz
ptxdist-aed44320838f672c9fb91dce0a3cb654c20ddf9f.tar.xz
busybox: add sysctl config file
Add sysctl.conf to busybox configuration Add option to install an generic, or project specific sysctl.conf file on the target filesystem. Also add the option to read the file during boot-time Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/busybox-bbinit.in')
-rw-r--r--rules/busybox-bbinit.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/busybox-bbinit.in b/rules/busybox-bbinit.in
index 86b69d538..d414a51fe 100644
--- a/rules/busybox-bbinit.in
+++ b/rules/busybox-bbinit.in
@@ -30,3 +30,8 @@ config BUSYBOX_TELNETD_BBINIT_LINK
prompt "telnetd"
default "S16telnetd"
+config BUSYBOX_BB_SYSCTL_BBINIT_LINK
+ string
+ depends on BUSYBOX_BB_SYSCTL_STARTSCRIPT
+ prompt "sysctl"
+ default "S17sysctl"