mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
wpa_supplicant: Fix build with external toolchain
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5e1fbd2c33
commit
34d7dc874a
3
CHANGES
3
CHANGES
@ -3,7 +3,8 @@
|
|||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: hal, mplayer, pciutils,
|
Updated/fixed packages: hal, mplayer, pciutils,
|
||||||
xdriver_xf86-video-openchrome, usb_modeswitch, usbutils
|
xdriver_xf86-video-openchrome, usb_modeswitch, usbutils,
|
||||||
|
wpa_supplicant
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ $(eval $(call AUTOTARGETS,package,wpa_supplicant))
|
|||||||
$(WPA_SUPPLICANT_TARGET_CONFIGURE):
|
$(WPA_SUPPLICANT_TARGET_CONFIGURE):
|
||||||
cp $(WPA_SUPPLICANT_DIR)/wpa_supplicant/defconfig $(WPA_SUPPLICANT_CONFIG)
|
cp $(WPA_SUPPLICANT_DIR)/wpa_supplicant/defconfig $(WPA_SUPPLICANT_CONFIG)
|
||||||
echo "CFLAGS += $(TARGET_CFLAGS)" >>$(WPA_SUPPLICANT_CONFIG)
|
echo "CFLAGS += $(TARGET_CFLAGS)" >>$(WPA_SUPPLICANT_CONFIG)
|
||||||
|
echo "LDFLAGS += $(TARGET_LDFLAGS)" >>$(WPA_SUPPLICANT_CONFIG)
|
||||||
echo "CC = $(TARGET_CC)" >>$(WPA_SUPPLICANT_CONFIG)
|
echo "CC = $(TARGET_CC)" >>$(WPA_SUPPLICANT_CONFIG)
|
||||||
$(SED) "s/\/local//" $(WPA_SUPPLICANT_DIR)/wpa_supplicant/Makefile
|
$(SED) "s/\/local//" $(WPA_SUPPLICANT_DIR)/wpa_supplicant/Makefile
|
||||||
ifneq ($(BR2_PACKAGE_WPA_SUPPLICANT_EAP),y)
|
ifneq ($(BR2_PACKAGE_WPA_SUPPLICANT_EAP),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user