[ptxdist] [PATCH V1 00/11] WiMAX, oFono and connman support

2011-06-24 Thread Christian Gagneraud
This patch series add support for WiMAX [1] and oFono [2] along with connman integration. Added as well are connman and ofono Qt bindings as well as the mobile broadband provider info [3] I reworked the WiMAX patches, as I didn't create the .make and .in correctly. This is still build tested

[ptxdist] [RFC 02/11] wimax: Add WiMAX menu

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax.in |9 + 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 rules/wimax.in diff --git a/rules/wimax.in b/rules/wimax.in new file mode 100644 index 000..0aaa0ee --- /dev/null +++

[ptxdist] [RFC 06/11] connman: Add WiMAX support

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/connman.in |3 +-- rules/connman.make |2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/connman.in b/rules/connman.in index 175870a..5bc7879 100644 --- a/rules/connman.in +++ b/rules/connman.in @@

[ptxdist] [RFC 05/11] wimax: Add network service

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax-service.in |7 rules/wimax-service.make | 74 ++ 2 files changed, 81 insertions(+), 0 deletions(-) create mode 100644 rules/wimax-service.in create mode 100644

[ptxdist] [RFC 07/11] mobile-bb-info: new package

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/mobile-bb-info.in |8 + rules/mobile-bb-info.make | 64 + 2 files changed, 72 insertions(+), 0 deletions(-) create mode 100644 rules/mobile-bb-info.in create mode 100644

[ptxdist] [RFC 08/11] ofono: new package

2011-06-24 Thread Christian Gagneraud
Open Source Telephony. http://ofono.org Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/ofono.in | 76 +++ rules/ofono.make | 103 ++ 2 files changed, 179 insertions(+), 0 deletions(-)

[ptxdist] [RFC 03/11] wimax: Add firmware for Intel chipset based device

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax-firmware.in |6 rules/wimax-firmware.make | 65 + 2 files changed, 71 insertions(+), 0 deletions(-) create mode 100644 rules/wimax-firmware.in create mode 100644

[ptxdist] [RFC 10/11] connman: add ofono support

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/connman.in |4 rules/connman.make |3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/rules/connman.in b/rules/connman.in index 5bc7879..fadb99a 100644 --- a/rules/connman.in +++ b/rules/connman.in

[ptxdist] [RFC 11/11] connman-qt: new package

2011-06-24 Thread Christian Gagneraud
Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/connman-qt.in | 22 rules/connman-qt.make | 86 + 2 files changed, 108 insertions(+), 0 deletions(-) create mode 100644 rules/connman-qt.in create mode 100644

[ptxdist] [PATCH 2/2] fbutils: remove package

2011-06-24 Thread Wolfram Sang
This was an experimental state pulled out of CVS back then. It doesn't work currently (maybe it never has?), e.g. fbset does not recognize its own commandline arguments. The code has also been deleted from CVS meanwhile. So, remove this package and use the just added fbset. Signed-off-by: Wolfram

Re: [ptxdist] [RFC 02/11] wimax: Add WiMAX menu

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:28PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax.in |9 + 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 rules/wimax.in diff --git a/rules/wimax.in b/rules/wimax.in

Re: [ptxdist] [RFC 01/11] wpa_supplicant: Allow to install libeap shared object

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:27PM +0100, Christian Gagneraud wrote: This quirk is needed for the WiMAX tools, the patch comes from the WiMAX people. The patch allows to build libeap.so. An option has been added to select or not the installation of this library. Signed-off-by: Christian

Re: [ptxdist] [RFC 03/11] wimax: Add firmware for Intel chipset based device

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:29PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax-firmware.in |6 rules/wimax-firmware.make | 65 + 2 files changed, 71 insertions(+), 0

Re: [ptxdist] [RFC 04/11] wimax: Add libs and tools

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:30PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax-tools.in |8 + rules/wimax-tools.make | 75 2 files changed, 83 insertions(+), 0

Re: [ptxdist] [RFC 05/11] wimax: Add network service

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:31PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/wimax-service.in |7 rules/wimax-service.make | 74 ++ 2 files changed, 81 insertions(+), 0

Re: [ptxdist] [RFC 07/11] mobile-bb-info: new package

2011-06-24 Thread Michael Olbrich
On Fri, Jun 24, 2011 at 12:19:33PM +0100, Christian Gagneraud wrote: Signed-off-by: Christian Gagneraud ch...@techworks.ie --- rules/mobile-bb-info.in |8 + rules/mobile-bb-info.make | 64 + 2 files changed, 72 insertions(+), 0