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 only, I've just started the tests on target board (Portux9G20 [4]). Comments welcome! [1] http://www.linuxwimax.org [2] http://ofono.org/ [3] http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders [4] http://www.taskit.de/en/products/portuxg20 Christian Gagneraud (11): wpa_supplicant: Allow to install libeap shared object wimax: Add WiMAX menu wimax: Add firmware for Intel chipset based device wimax: Add libs and tools wimax: Add network service connman: Add WiMAX support mobile-bb-info: new package ofono: new package ofono-qt: new package connman: add ofono support connman-qt: new package .../00-generate-libeap-peer.patch | 395 ++++++++++++++++++++ patches/wpa_supplicant-0.7.3/series | 1 + rules/connman-qt.in | 22 ++ rules/connman-qt.make | 86 +++++ rules/connman.in | 7 +- rules/connman.make | 5 +- rules/mobile-bb-info.in | 8 + rules/mobile-bb-info.make | 64 ++++ rules/ofono-qt.in | 23 ++ rules/ofono-qt.make | 86 +++++ rules/ofono.in | 76 ++++ rules/ofono.make | 103 +++++ rules/wimax-firmware.in | 6 + rules/wimax-firmware.make | 65 ++++ rules/wimax-service.in | 7 + rules/wimax-service.make | 74 ++++ rules/wimax-tools.in | 8 + rules/wimax-tools.make | 75 ++++ rules/wimax.in | 9 + rules/wpa_supplicant.in | 6 + rules/wpa_supplicant.make | 42 ++ 21 files changed, 1164 insertions(+), 4 deletions(-) create mode 100644 patches/wpa_supplicant-0.7.3/00-generate-libeap-peer.patch create mode 100644 patches/wpa_supplicant-0.7.3/series create mode 100644 rules/connman-qt.in create mode 100644 rules/connman-qt.make create mode 100644 rules/mobile-bb-info.in create mode 100644 rules/mobile-bb-info.make create mode 100644 rules/ofono-qt.in create mode 100644 rules/ofono-qt.make create mode 100644 rules/ofono.in create mode 100644 rules/ofono.make create mode 100644 rules/wimax-firmware.in create mode 100644 rules/wimax-firmware.make create mode 100644 rules/wimax-service.in create mode 100644 rules/wimax-service.make create mode 100644 rules/wimax-tools.in create mode 100644 rules/wimax-tools.make create mode 100644 rules/wimax.in -- 1.7.4.1 -- ptxdist mailing list ptxdist@pengutronix.de
