buildroot/package/hostapd
Jörg Krause 599b3a9f59 hostapd: fix musl issues
Add two patches to fix build issues with the musl libc.

The first patch "0003-vlan-fix-musl-build-error" fixes the undefined __caddr_t
build error. __caddr_t is a legacy BSD type and should be avoided in modern
implementations.

The second patch "0004-vlan-fix-musl-libc-conflict-with-Linux-kernel-header"
fixes a typical musl libc header conflict with the Linux kernel header. We avoid
including the conflicting Linux header file by defining the needed macros
directly in the needing hostapd source file.

Fixes:
http://autobuild.buildroot.net/results/c26/c265cfada20621a631e9d118b9633df80b0e4864/
http://autobuild.buildroot.net/results/658/658c5e2fe6e3a4ad74ca47c926426e95eac0b9ec/
http://autobuild.buildroot.net/results/578/5787805b3e1487c4f85c3a367ed88e8730078b8e/
http://autobuild.buildroot.net/results/42d/42d8be008dcb07e9ec26ce10c797deb43ed86568/

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-03-09 00:01:02 +01:00
..
0001-EAP-pwd-peer-Fix-last-fragment-length-validation.patch hostapd: add security patches 2015-11-11 15:19:18 +01:00
0002-EAP-pwd-server-Fix-last-fragment-length-validation.patch hostapd: add security patches 2015-11-11 15:19:18 +01:00
0003-vlan-fix-musl-build-error.patch hostapd: fix musl issues 2016-03-09 00:01:02 +01:00
0004-vlan-fix-musl-libc-conflict-with-Linux-kernel-header.patch hostapd: fix musl issues 2016-03-09 00:01:02 +01:00
Config.in hostapd: make ACS optional 2015-12-03 21:38:50 +01:00
hostapd.hash hostapd: bump to version 2.5 2015-09-30 00:24:43 +02:00
hostapd.mk hostapd: correct legal info 2016-02-25 22:27:44 +01:00