diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-05-06 13:32:14 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-08 00:02:24 +0200 |
commit | 6f4939d4c5624681bd7c0cbb92462f3d3fb941c3 (patch) | |
tree | 1479d06867802131b31329c4fc0e43ed6b49639d /CHANGES | |
parent | ea0695ff5edff392603a77b9299833fbb399e429 (diff) | |
download | buildroot-novena-6f4939d4c5624681bd7c0cbb92462f3d3fb941c3.tar.gz buildroot-novena-6f4939d4c5624681bd7c0cbb92462f3d3fb941c3.zip |
hostapd: Fix build with external toolchain
Closes #1717
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,9 +2,9 @@ Fixes all over the tree. - Updated/fixed packages: customize, hal, mplayer, pciutils, - xdriver_xf86-video-openchrome, usb_modeswitch, usbutils, - wpa_supplicant + Updated/fixed packages: customize, hal, hostapd, mplayer, + pciutils, xdriver_xf86-video-openchrome, usb_modeswitch, + usbutils, wpa_supplicant Issues resolved (http://bugs.uclibc.org): @@ -14,6 +14,7 @@ #1525: Package hal deletes a whole <target>/etc/rc.d directory #1699: Fix usbutils dependencies and bump #1705: Fix pciutils broken cross compiling + #1717: External toolchain fixes for hostapd & wpa_supplicant 2010.05-rc1, Released May 3rd, 2010: |