summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_init_d_files.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rootfs_init_d_files.in')
-rw-r--r--rules/rootfs_init_d_files.in35
1 files changed, 34 insertions, 1 deletions
diff --git a/rules/rootfs_init_d_files.in b/rules/rootfs_init_d_files.in
index 926d9a2e2..4a783e6bf 100644
--- a/rules/rootfs_init_d_files.in
+++ b/rules/rootfs_init_d_files.in
@@ -241,7 +241,7 @@ menuconfig ROOTFS_ETC_INITD_DROPBEAR
The /etc/init.d/dropbear script lets you control the dropbear daemon.
choice
- prompt "Kind of startup scrict"
+ prompt "Kind of startup script"
depends on ROOTFS_ETC_INITD_DROPBEAR
default ROOTFS_ETC_INITD_DROPBEAR_DEFAULT
@@ -299,4 +299,37 @@ menuconfig ROOTFS_ETC_INITD_CROND
your local project
endchoice
+######################## D-Bus ############################################
+
+menuconfig ROOTFS_ETC_INITD_DBUS
+ depends on ROOTFS_ETC_INITD
+ depends on DBUS
+ bool
+ prompt "dbus "
+ default y
+ help
+ The /etc/init.d/dbus script starts up your D-Bus daemon (system bus).
+
+ choice
+ prompt "Kind of startup script"
+ depends on ROOTFS_ETC_INITD_DBUS
+ default ROOTFS_ETC_INITD_DBUS_GENERIC
+
+ config ROOTFS_ETC_INITD_DBUS_GENERIC
+ bool
+ prompt "Use generic"
+ help
+ This uses the generic configuration file for your dbus which is
+ shipped with the sources. This configuration is likely to fail
+ because it is thought for a desktop PC.
+
+ config ROOTFS_ETC_INITD_DBUS_USER
+ bool
+ prompt "User defined"
+ help
+ This uses a user defined /etc/init.d/dbus. PTXdist uses
+ file projectroot/etc/init.d/dbus in your local project.
+
+ endchoice
+
endmenu