summaryrefslogtreecommitdiffstats
path: root/rules/busybox.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.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.in')
-rw-r--r--rules/busybox.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/busybox.in b/rules/busybox.in
index 2cfdeaf23..41b85f0ad 100644
--- a/rules/busybox.in
+++ b/rules/busybox.in
@@ -68,6 +68,12 @@ config BUSYBOX_HWCLOCK_STARTSCRIPT
default y
prompt "install /etc/init.d/hwclock"
+config BUSYBOX_BB_SYSCTL_STARTSCRIPT
+ bool
+ depends on BUSYBOX_BB_SYSCTL
+ default y
+ prompt "Install /etc/init.d/sysctl"
+
comment "---"
config BUSYBOX_TELNETD_SYSTEMD_UNIT