summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_configfiles.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-11-26 12:26:10 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-11-26 12:26:10 +0000
commitbfe84e9639db10209c4186ce2b7d803631a0eb48 (patch)
tree69cb1a4e2fff4d7506c465a96741bcf433e940a2 /rules/rootfs_configfiles.in
parentbda08bd19ea8536329069ecfb3c50075eb219132 (diff)
downloadptxdist-bfe84e9639db10209c4186ce2b7d803631a0eb48.tar.gz
ptxdist-bfe84e9639db10209c4186ce2b7d803631a0eb48.tar.xz
dbus: placing menu entries where they should be
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6378 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs_configfiles.in')
-rw-r--r--rules/rootfs_configfiles.in70
1 files changed, 1 insertions, 69 deletions
diff --git a/rules/rootfs_configfiles.in b/rules/rootfs_configfiles.in
index 6cbd67792..67f4568be 100644
--- a/rules/rootfs_configfiles.in
+++ b/rules/rootfs_configfiles.in
@@ -603,74 +603,6 @@ config ROOTFS_USERS_CROND_CONF
Install /var/spool/cron/crontabs/root from projectroot/crond/root and
/etc/cron/daily from projectroot/crond/daily
-#
-# /etc/dbus-1/system.conf
-#
-menuconfig ROOTFS_DBUS_SYSTEM_CONF
- depends on ROOTFS
- depends on DBUS
- bool
- prompt "/etc/dbus-1/system.conf "
- default y
- help
- Installs a /etc/dbus-1/system.conf file from a selectable source.
-
- choice
- prompt "Kind of /etc/dbus-1/system.conf"
- depends on ROOTFS_DBUS_SYSTEM_CONF
- default ROOTFS_GENERIC_DBUS_SYSTEM_CONF
-
- config ROOTFS_GENERIC_DBUS_SYSTEM_CONF
- 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_USER_DBUS_SYSTEM_CONF
- bool
- prompt "User defined"
- help
- This uses a user defined /etc/dbus-1/system.conf. PTXdist
- uses file projectroot/etc/dbus-1/system.conf in your local
- project.
-
- endchoice
-
-#
-# /etc/dbus-1/session.conf
-#
-menuconfig ROOTFS_DBUS_SESSION_CONF
- depends on ROOTFS
- depends on DBUS
- bool
- prompt "/etc/dbus-1/session.conf "
- default y
- help
- Installs a /etc/dbus-1/session.conf file from a selectable source.
-
- choice
- prompt "Kind of /etc/dbus-1/system.conf"
- depends on ROOTFS_DBUS_SESSION_CONF
- default ROOTFS_GENERIC_DBUS_SESSION_CONF
-
- config ROOTFS_GENERIC_DBUS_SESSION_CONF
- 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_USER_DBUS_SESSION_CONF
- bool
- prompt "User defined"
- help
- This uses a user defined /etc/dbus-1/session.conf. PTXdist
- uses file projectroot/etc/dbus-1/session.conf in your local
- project.
-
- endchoice
+# ----------------------------------------------------------------------------
endmenu