summaryrefslogtreecommitdiffstats
path: root/package/connman/connman.mk
Commit message (Collapse)AuthorAgeFilesLines
* connman: bump to version 1.10Gustavo Zacarias2012-12-281-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bump connman version to 1.9Gary Coulbourne2012-12-101-1/+1
| | | | | | A quick patch to bump connman's version to 1.9 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: bump to version 1.8.Marek Belisko2012-10-191-1/+1
| | | | | Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: ensure connmanctl is only built if explicitly enabledPeter Korsgaard2012-10-041-0/+2
| | | | | | | | Fixes http://autobuild.buildroot.net/results/3d3a2eec6a2520f048e00eeb967e3a770ffbcdd3 connmanctl is now built by default unless explicitly disabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: bump to version 1.7Jonathan Liu2012-10-021-2/+3
| | | | | | [Peter: command line client needs readline] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* connman: bump to version 1.6Jonathan Liu2012-08-251-1/+1
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* connman: bump to version 1.4Jonathan Liu2012-07-301-1/+1
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* connman: bump versionPeter Korsgaard2012-05-211-6/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add package connmanDaniel Mack2011-12-071-0/+39
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>