Changes between Version 19 and Version 20 of expansion/gw16159


Ignore:
Timestamp:
04/16/2025 10:01:12 PM (3 days ago)
Author:
Tim Harvey
Comment:

added CONFIG_MESH=y to building of wpa_supplicant_s1g to enable 802.11s support

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16159

    v19 v20  
    172172                LIBS="-lnl-3 -lm -lpthread -lcrypto -lssl" \
    173173                CC=${CROSS_COMPILE}gcc \
    174                 make -j32 -C hostap/wpa_supplicant/
    175 #               MORSE_VERSION=rel_1_11_3_2024_Mar_28
     174                make -j32 -C hostap/wpa_supplicant/ CONFIG_MESH=y
    176175}
    177176cp hostap/wpa_supplicant/{wpa_supplicant_s1g,wpa_cli_s1g,wpa_passphrase_s1g} $DESTDIR/usr/sbin/
     
    188187                CC=${CROSS_COMPILE}gcc \
    189188                make -j32 -C hostap/hostapd/
    190 # MORSE_VERSION=rel_1_11_3_2024_Mar_28
    191189}
    192190cp hostap/hostapd/{hostapd_s1g,hostapd_cli_s1g} $DESTDIR/usr/sbin/