* [Buildroot] [Bug 81] New: New package wpa_supplicant
@ 2009-02-02 17:38 bugzilla at busybox.net
2009-02-02 21:39 ` [Buildroot] [Bug 81] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-02-02 17:38 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=81
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Summary: New package wpa_supplicant
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: gustavo at zacarias.com.ar
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created an attachment (id=47)
--> (https://bugs.busybox.net/attachment.cgi?id=47)
New wpa_supplicant package take 1
While working on my own stuff i found there was no wpa_supplicant package.
This patch adds the wpa_supplicant package (latest stable version - 0.5.11).
I'm calling it "take 1" since EAP is included by default, though making it an
option would make for a messy config & mk file since there are lots of options
in there. Also there's no possibility to enable/disable drivers, the default
ones are enabled (wired, wext, hostap & atmel). Someone may be interested in
enabling one of the others - i have no way of testing them.
Installing the different binaries is optional for wpa_cli and wpa_passphrase,
obviously wpa_supplicant is always installed otherwise there would be no point
in this ;-)
And the TLS implementation can be openssl (smaller binary but requires openssl,
if it's already included it's a win) or internal (bigger binary, not so well
tested, doesn't need openssl though so it may be a size win in some scenarios).
Tested with linux wext driver with a zd1211rw on arm.
Enjoy.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] [Bug 81] New package wpa_supplicant 2009-02-02 17:38 [Buildroot] [Bug 81] New: New package wpa_supplicant bugzilla at busybox.net @ 2009-02-02 21:39 ` bugzilla at busybox.net 2009-02-04 12:29 ` bugzilla at busybox.net ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-02-02 21:39 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=81 Peter Korsgaard <jacmet@uclibc.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacmet at uclibc.org Status|NEW |ASSIGNED --- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2009-02-02 21:39:38 UTC --- Thanks, will look closer into it after the 2009.02 release. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 81] New package wpa_supplicant 2009-02-02 17:38 [Buildroot] [Bug 81] New: New package wpa_supplicant bugzilla at busybox.net 2009-02-02 21:39 ` [Buildroot] [Bug 81] " bugzilla at busybox.net @ 2009-02-04 12:29 ` bugzilla at busybox.net 2009-02-26 16:37 ` bugzilla at busybox.net ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-02-04 12:29 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=81 Gustavo Zacarias <gustavo@zacarias.com.ar> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47 is|0 |1 obsolete| | --- Comment #2 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2009-02-04 12:29:10 UTC --- Created an attachment (id=51) --> (https://bugs.busybox.net/attachment.cgi?id=51) New wpa_supplicant package take 2 Added the EAP enable/disable option to make things lighter when it's not wanted. Also made some menu descriptions nicer. Size for each variant: 314444 bytes for wpa_supplicant with EAP-internal 258396 bytes for wpa_supplicant with EAP-openssl 205040 bytes for wpa_supplicant without EAP -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 81] New package wpa_supplicant 2009-02-02 17:38 [Buildroot] [Bug 81] New: New package wpa_supplicant bugzilla at busybox.net 2009-02-02 21:39 ` [Buildroot] [Bug 81] " bugzilla at busybox.net 2009-02-04 12:29 ` bugzilla at busybox.net @ 2009-02-26 16:37 ` bugzilla at busybox.net 2009-03-05 16:06 ` bugzilla at busybox.net 2009-03-09 20:29 ` bugzilla at busybox.net 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-02-26 16:37 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=81 --- Comment #3 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2009-02-26 16:37:51 UTC --- Created an attachment (id=75) --> (https://bugs.busybox.net/attachment.cgi?id=75) New wpa_supplicant package take 3 Take 3: honour CFLAGS and use version 0.6.8 (new stable upstream) instead of 0.5.11 (old stable). -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 81] New package wpa_supplicant 2009-02-02 17:38 [Buildroot] [Bug 81] New: New package wpa_supplicant bugzilla at busybox.net ` (2 preceding siblings ...) 2009-02-26 16:37 ` bugzilla at busybox.net @ 2009-03-05 16:06 ` bugzilla at busybox.net 2009-03-09 20:29 ` bugzilla at busybox.net 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-03-05 16:06 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=81 Gustavo Zacarias <gustavo@zacarias.com.ar> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51 is|0 |1 obsolete| | Attachment #75 is|0 |1 obsolete| | --- Comment #4 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2009-03-05 16:06:46 UTC --- Created an attachment (id=111) --> (https://bugs.busybox.net/attachment.cgi?id=111) New wpa_supplicant package take 4 Take 4: converted to Makefile.autotools.in Not so different since wpa_supplicant isn't autotools-based, just cleaner. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 81] New package wpa_supplicant 2009-02-02 17:38 [Buildroot] [Bug 81] New: New package wpa_supplicant bugzilla at busybox.net ` (3 preceding siblings ...) 2009-03-05 16:06 ` bugzilla at busybox.net @ 2009-03-09 20:29 ` bugzilla at busybox.net 4 siblings, 0 replies; 6+ messages in thread From: bugzilla at busybox.net @ 2009-03-09 20:29 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=81 Peter Korsgaard <jacmet@uclibc.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> 2009-03-09 20:29:53 UTC --- Thanks, committed as r25593. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-03-09 20:29 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-02-02 17:38 [Buildroot] [Bug 81] New: New package wpa_supplicant bugzilla at busybox.net 2009-02-02 21:39 ` [Buildroot] [Bug 81] " bugzilla at busybox.net 2009-02-04 12:29 ` bugzilla at busybox.net 2009-02-26 16:37 ` bugzilla at busybox.net 2009-03-05 16:06 ` bugzilla at busybox.net 2009-03-09 20:29 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox