Bug 2461

Summary: wireless_tools: install shared library if needed
Product: buildroot Reporter: Frederik Pasch <fpasch>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Patch

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