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):
#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:
cp $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/defconfig $(HOSTAPD_CONFIG)
$(SED) "s/\/local//" $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/Makefile
echo "CFLAGS += $(TARGET_CFLAGS)" >>$(HOSTAPD_CONFIG)
+ echo "LDFLAGS += $(TARGET_LDFLAGS)" >>$(HOSTAPD_CONFIG)
echo "CC = $(TARGET_CC)" >>$(HOSTAPD_CONFIG)
# IPv6
ifneq ($(BR2_INET_IPV6),y)