Bug 2461 - wireless_tools: install shared library if needed
Summary: wireless_tools: install shared library if needed
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: 2010-08-27 15:11 UTC by Frederik Pasch
Modified: 2010-11-07 19:26 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch (1.81 KB, patch)
2010-08-27 15:11 UTC, Frederik Pasch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Pasch 2010-08-27 15:11:55 UTC
Created attachment 2395 [details]
Patch

I need the wireless_tools-library (libiw.so) to be on the target (and in staging-dir).

The appended patch make this selectable via config.

This is my first patch for a "generic"-package. Feel free to modify the patch if needed.

Simon Pasch
Comment 1 Thomas Petazzoni 2010-08-29 09:28:53 UTC
Thanks. Just for reference, for which use case do you need this shared library on the target ?
Comment 2 Frederik Pasch 2010-09-08 09:33:47 UTC
We're checking the interface state with iw_get_basic_config()...
Comment 3 Peter Korsgaard 2010-11-07 19:26:15 UTC
Committed, thanks