| Summary: | wireless_tools: install shared library if needed | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Frederik Pasch <fpasch> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Patch | ||
Thanks. Just for reference, for which use case do you need this shared library on the target ? We're checking the interface state with iw_get_basic_config()... Committed, thanks |
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