* [Buildroot] [Bug 289] New: New package iw
@ 2009-04-17 19:41 bugzilla at busybox.net
2009-05-14 16:24 ` [Buildroot] [Bug 289] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-04-17 19:41 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=289
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Summary: New package iw
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=247)
--> (https://bugs.busybox.net/attachment.cgi?id=247)
New iw package
Introduce new iw package.
This package is a wireless configuration utility for the linux mac80211 kernel
stack.
This package depends on libnl (new package from bug #287).
--
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 289] New package iw
2009-04-17 19:41 [Buildroot] [Bug 289] New: New package iw bugzilla at busybox.net
@ 2009-05-14 16:24 ` bugzilla at busybox.net
2009-05-14 19:23 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-05-14 16:24 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=289
Gustavo Zacarias <gustavo@zacarias.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #247 is|0 |1
obsolete| |
--- Comment #1 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2009-05-14 16:24:56 UTC ---
Created an attachment (id=327)
--> (https://bugs.busybox.net/attachment.cgi?id=327)
Updated patch - description in Config.in was too long
--
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 289] New package iw
2009-04-17 19:41 [Buildroot] [Bug 289] New: New package iw bugzilla at busybox.net
2009-05-14 16:24 ` [Buildroot] [Bug 289] " bugzilla at busybox.net
@ 2009-05-14 19:23 ` bugzilla at busybox.net
2009-07-24 16:53 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-05-14 19:23 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=289
Gustavo Zacarias <gustavo@zacarias.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #327 is|0 |1
obsolete| |
--- Comment #2 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2009-05-14 19:23:13 UTC ---
Created an attachment (id=333)
--> (https://bugs.busybox.net/attachment.cgi?id=333)
Update 2 - newer iw version
--
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 289] New package iw
2009-04-17 19:41 [Buildroot] [Bug 289] New: New package iw bugzilla at busybox.net
2009-05-14 16:24 ` [Buildroot] [Bug 289] " bugzilla at busybox.net
2009-05-14 19:23 ` bugzilla at busybox.net
@ 2009-07-24 16:53 ` bugzilla at busybox.net
2009-07-27 14:06 ` bugzilla at busybox.net
2009-08-02 20:27 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-07-24 16:53 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=289
--- Comment #3 from Will Newton <will.newton@gmail.com> 2009-07-24 16:53:10 UTC ---
To get this package to work I had to set GIT_DIR in the environment, e.g.:
IW_MAKE_ENV = GIT_DIR=$(IW_DIR)
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig"
Or the version.sh script would recurse up the directory tree and get revision
info from my cloned buildroot tree and cause the build to fail.
--
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 289] New package iw
2009-04-17 19:41 [Buildroot] [Bug 289] New: New package iw bugzilla at busybox.net
` (2 preceding siblings ...)
2009-07-24 16:53 ` bugzilla at busybox.net
@ 2009-07-27 14:06 ` bugzilla at busybox.net
2009-08-02 20:27 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-07-27 14:06 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=289
Gustavo Zacarias <gustavo@zacarias.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #333 is|0 |1
obsolete| |
--- Comment #4 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2009-07-27 14:06:11 UTC ---
Created an attachment (id=503)
--> (https://bugs.busybox.net/attachment.cgi?id=503)
Updated to 0.9.15, fix git problem
Ugh!
Thanks Will for noticing that issue, bad packaging practices hurt.
* Updated to version 0.9.15
* Fixed git version.sh clash as reported by Will Newton.
--
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 289] New package iw
2009-04-17 19:41 [Buildroot] [Bug 289] New: New package iw bugzilla at busybox.net
` (3 preceding siblings ...)
2009-07-27 14:06 ` bugzilla at busybox.net
@ 2009-08-02 20:27 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2009-08-02 20:27 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=289
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> 2009-08-02 20:27:27 UTC ---
Thanks, committed
--
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-08-02 20:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 19:41 [Buildroot] [Bug 289] New: New package iw bugzilla at busybox.net
2009-05-14 16:24 ` [Buildroot] [Bug 289] " bugzilla at busybox.net
2009-05-14 19:23 ` bugzilla at busybox.net
2009-07-24 16:53 ` bugzilla at busybox.net
2009-07-27 14:06 ` bugzilla at busybox.net
2009-08-02 20:27 ` 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