summaryrefslogtreecommitdiffstats
path: root/rules/connman.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-03 21:03:13 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-03 21:03:13 +0000
commitf55e7487fd97329c218a0cbad55ebd3ec5df831b (patch)
tree8901de4b728200121889e62dcceca62a56bc9bdb /rules/connman.in
parent65798199c9b6864d91f5aefe4201561b9506304e (diff)
downloadptxdist-f55e7487fd97329c218a0cbad55ebd3ec5df831b.tar.gz
ptxdist-f55e7487fd97329c218a0cbad55ebd3ec5df831b.tar.xz
[connman] added help text
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10217 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/connman.in')
-rw-r--r--rules/connman.in20
1 files changed, 14 insertions, 6 deletions
diff --git a/rules/connman.in b/rules/connman.in
index 6c3b05421..02b72aaf0 100644
--- a/rules/connman.in
+++ b/rules/connman.in
@@ -5,15 +5,23 @@ menuconfig CONNMAN
select LIBC_RT
select LIBC_PTHREAD
select DBUS
- select UDEV if CONNMAN_UDEV
- select POLICYKIT if CONNMAN_POLKIT
- # FIXME: glib dependency not handled by configure
+ select UDEV if CONNMAN_UDEV
+ select POLICYKIT if CONNMAN_POLKIT
select GLIB
- # FIXME: we need a dependency on GLIB__VERSION_2_19, but if we enforce
- # this, we get a circular dependency, and selecting it does not work...
prompt "connman "
help
- FIXME
+ The Connection Manager project provides a daemon for
+ managing internet connections within embedded devices
+ running the Linux operating system. The Connection Manager
+ is designed to be slim and to use as few resources as
+ possible, so it can be easily integrated in other
+ Moblin-based systems. It is a fully modular system that can
+ be extended, through plug-ins, to support all kinds of wired
+ or wireless technologies. Also, configuration methods, like
+ DHCP and domain name resolving, are implemented using
+ plug-ins. The plug-in approach allows for easy adaption and
+ modification for various use cases.
+
if CONNMAN