mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
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>
This commit is contained in:
parent
ea0695ff5e
commit
6f4939d4c5
7
CHANGES
7
CHANGES
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: customize, hal, mplayer, pciutils,
|
Updated/fixed packages: customize, hal, hostapd, mplayer,
|
||||||
xdriver_xf86-video-openchrome, usb_modeswitch, usbutils,
|
pciutils, xdriver_xf86-video-openchrome, usb_modeswitch,
|
||||||
wpa_supplicant
|
usbutils, wpa_supplicant
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
@ -14,6 +14,7 @@
|
|||||||
#1525: Package hal deletes a whole <target>/etc/rc.d directory
|
#1525: Package hal deletes a whole <target>/etc/rc.d directory
|
||||||
#1699: Fix usbutils dependencies and bump
|
#1699: Fix usbutils dependencies and bump
|
||||||
#1705: Fix pciutils broken cross compiling
|
#1705: Fix pciutils broken cross compiling
|
||||||
|
#1717: External toolchain fixes for hostapd & wpa_supplicant
|
||||||
|
|
||||||
2010.05-rc1, Released May 3rd, 2010:
|
2010.05-rc1, Released May 3rd, 2010:
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ $(HOSTAPD_TARGET_CONFIGURE):
|
|||||||
cp $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/defconfig $(HOSTAPD_CONFIG)
|
cp $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/defconfig $(HOSTAPD_CONFIG)
|
||||||
$(SED) "s/\/local//" $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/Makefile
|
$(SED) "s/\/local//" $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/Makefile
|
||||||
echo "CFLAGS += $(TARGET_CFLAGS)" >>$(HOSTAPD_CONFIG)
|
echo "CFLAGS += $(TARGET_CFLAGS)" >>$(HOSTAPD_CONFIG)
|
||||||
|
echo "LDFLAGS += $(TARGET_LDFLAGS)" >>$(HOSTAPD_CONFIG)
|
||||||
echo "CC = $(TARGET_CC)" >>$(HOSTAPD_CONFIG)
|
echo "CC = $(TARGET_CC)" >>$(HOSTAPD_CONFIG)
|
||||||
# IPv6
|
# IPv6
|
||||||
ifneq ($(BR2_INET_IPV6),y)
|
ifneq ($(BR2_INET_IPV6),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user