Bug 289 - New package iw
Summary: New package iw
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 19:41 UTC by Gustavo Zacarias
Modified: 2009-08-02 20:27 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
New iw package (1.90 KB, patch)
2009-04-17 19:41 UTC, Gustavo Zacarias
Details
Updated patch - description in Config.in was too long (1.88 KB, patch)
2009-05-14 16:24 UTC, Gustavo Zacarias
Details
Update 2 - newer iw version (1.88 KB, patch)
2009-05-14 19:23 UTC, Gustavo Zacarias
Details
Updated to 0.9.15, fix git problem (1.91 KB, patch)
2009-07-27 14:06 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias 2009-04-17 19:41:33 UTC
Created attachment 247 [details]
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).
Comment 1 Gustavo Zacarias 2009-05-14 16:24:56 UTC
Created attachment 327 [details]
Updated patch - description in Config.in was too long
Comment 2 Gustavo Zacarias 2009-05-14 19:23:13 UTC
Created attachment 333 [details]
Update 2 - newer iw version
Comment 3 Will Newton 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.
Comment 4 Gustavo Zacarias 2009-07-27 14:06:11 UTC
Created attachment 503 [details]
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.
Comment 5 Peter Korsgaard 2009-08-02 20:27:27 UTC
Thanks, committed