summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2011-12-06 00:27:01 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-12-07 16:52:30 +0100
commit96c8f0b2165b476feac7d8598002dd27759207fd (patch)
treeaacd389b7ff4633763767db2d9ec5606515ad9ff /package/Config.in
parent8a28f7e8acd7e9d2ae67a83698603a03f19fc17c (diff)
Add package connman
The ConnMan 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. 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. The location for released tarballs is still unavailable due to the recent kernel.org outage, hence the package obtains the sources from git for now. [Peter: Ensure it can only be selected with workable toolchains, use start-stop-daemon in initscript, and install cm if selected] Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index cc26f20a9..e949649dc 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -402,6 +402,7 @@ source "package/bmon/Config.in"
source "package/bridge-utils/Config.in"
source "package/bwm-ng/Config.in"
source "package/can-utils/Config.in"
+source "package/connman/Config.in"
source "package/ctorrent/Config.in"
source "package/cifs-utils/Config.in"
source "package/cups/Config.in"