| Summary: | hostapd: segfault when using RT5370 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Jonathan <jmavermeulen> |
| Component: | Other | Assignee: | unassigned |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | buildroot, jmavermeulen |
| Priority: | P5 | ||
| Version: | 2014.05 | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Jonathan
2014-06-04 03:00:21 UTC
I don't know much about hostapd, but from the looks of it that patch seems trivial to backport to the 2.1 release, so we could add it as a patch in buildroot until the next hostapd release. Care to send a patch doing that? (In reply to comment #1) > I don't know much about hostapd, but from the looks of it that patch seems > trivial to backport to the 2.1 release, so we could add it as a patch in > buildroot until the next hostapd release. > > Care to send a patch doing that? How can I make a patch based on the git diff? I'm really new to working with buildroot and compiling kernel/rootfs in general. In this particular case it is simple as the commit applies to the 2.1 release without problems, so something like: git clone git://w1.fi/hostap.git && cd hostapd git format-patch -s 334ec001bbd^..334ec001bbd 0001-Fix-Beacon-RX-before-AP-setup-completion.patch cp 0001-*patch /path/to/buildroot/package/hostapd/hostapd-0001-Fix-Beacon-RX-before-AP-setup-completion.patch I've committed this to git: http://git.buildroot.net/buildroot/commit/?id=f3a12bc334d4673df Could you please verify that it solves your issue? Works perfectly!! Thanks this fixes the issue at least until the next release! Great to hear. Notice that we have now moved to the recently released 2.2 version in git: http://git.buildroot.net/buildroot/commit/?id=b912fff5500653856697cf8d339e |