Add package connman
authorDaniel Mack <zonque@gmail.com>
Mon, 5 Dec 2011 23:27:01 +0000 (00:27 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 7 Dec 2011 15:52:30 +0000 (16:52 +0100)
commit96c8f0b2165b476feac7d8598002dd27759207fd
treeaacd389b7ff4633763767db2d9ec5606515ad9ff
parent8a28f7e8acd7e9d2ae67a83698603a03f19fc17c
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>
package/Config.in
package/connman/Config.in [new file with mode: 0644]
package/connman/S45connman [new file with mode: 0755]
package/connman/connman.mk [new file with mode: 0644]