summaryrefslogtreecommitdiffstats
path: root/rules/wpa_supplicant.make
Commit message (Collapse)AuthorAgeFilesLines
* wpa_supplicant: remove WPA_SUPPLICANT_CPPFLAGSMarc Kleine-Budde2016-04-181-2/+0
| | | | | | It's obsolete, ass wpa_supplicant's Makefile now uses pkg-config. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* wpa_supplicant: change /etc/dbus-1 do /usr/share/dbus-1Michael Olbrich2015-11-071-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.4 -> 2.5Michael Olbrich2015-10-291-2/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.3 -> 2.4Michael Olbrich2015-03-261-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: use correct libnl3 includesMichael Olbrich2014-11-141-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 2.0 -> 2.3Michael Olbrich2014-11-131-36/+16
| | | | | | | | Use a defconfig file and drop most options. There is little gain in making these things optional and to choises only confuse the user. If necessary the defconfig file can be overwritten to change the defaults. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: Update to 2.0Bernhard Walle2013-03-131-2/+2
| | | | | | | Tested on an i.MX53 board with wext and cfg80211.. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: install wpa_supplicant.serviceMichael Olbrich2012-10-091-0/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: remove redundant get stageBjørn Bürger2012-06-141-8/+0
| | | | Signed-off-by: Bjørn Bürger <bbu@pengutronix.de>
* wpa_supplicant: Add /etc/wpa_supplicant.confBernhard Walle2012-06-141-0/+3
| | | | | | | | | | | Make it possible to install a custom /etc/wpa_supplicant.conf configuration file for the wpa_supplicant via install_alternative mechanism of ptxdist. The default file is just empty. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: Allow disabling of wpa_cli installationBernhard Walle2012-06-141-2/+4
| | | | | | | | Often wpa_cli is not needed in the final system. So make it possible to save a few bytes. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: fix wrong path in d-bus service fileptxdist-2012.06.0Jan Luebbe2012-06-111-3/+5
| | | | | | | The environment variable BINDIR is needed during compile and install. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump 0.7.3 -> 1.0Michael Olbrich2012-05-251-3/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: run 'make clean' in prepare stageptxdist-2012.03.0Jan Luebbe2012-03-081-0/+4
| | | | | | | | This is needed because wpa_supplicant's build system does not recognize configuration changes. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: allow configuration of AP and P2P modesJan Luebbe2012-02-071-0/+3
| | | | | | | Also enable WPS, WPS2 and 802.11n by default Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: optionally build wpa_supplicant with dbus supportJan Luebbe2012-01-301-0/+26
| | | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpa_supplicant: version bump to 0.7.3ptxdist-2011.05.0Daniel Kriesten2011-05-031-1/+1
| | | | | | | | | This adds support for the nl80211 driver, the wired driver and the roboswitch driver. The wired and the roboswitch driver are untested. The nl80211 driver ist tested on an i686 using a rtl8180 card. Signed-off-by: Daniel Kriesten <krid@tu-chemnitz.eu> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [wpa_supplicant] fix WPA_SUPPLICANT_DIRMichael Olbrich2010-01-191-21/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [wpa_supplicant] just cleanupsMarc Kleine-Budde2009-12-271-27/+25
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [wpa_supplicant] install into /sbinMarc Kleine-Budde2009-12-251-3/+8
| | | | | | just like debian does Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* new package: wpa_supplicantMarkus Rathgeb2009-11-261-0/+110
This patch adds a new package names 'wpa_supplicant'. Official homepage of the package: http://hostap.epitest.fi/wpa_supplicant/ Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com> [mol: fix clean stage & mark broken drivers as broken] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>