Skip to content

Commit

Permalink
let's try to use our local repo for pulling from hostap
Browse files Browse the repository at this point in the history
so that we don't bug Jouni with endless pull requests
  • Loading branch information
alandekok committed Oct 31, 2023
1 parent f687a78 commit 5a50f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/eapol_test-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
# system we use that in preference. To always build eapol_test, set
# FORCE_BUILD=1 in the environment.
#
#: ${HOSTAPD_REPO:="http://w1.fi/hostap.git"}

: ${BUILD_DIR:="${HOSTAPD_BUILD_DIR}"}
TMP_BUILD_DIR="${BUILD_DIR}"
: ${TMP_BUILD_DIR:="$(mktemp -d -t eapol_test.XXXXX)"}
: ${HOSTAPD_DIR:="${TMP_BUILD_DIR}/hostapd"}
: ${HOSTAPD_REPO:="http://w1.fi/hostap.git"}
: ${HOSTAPD_REPO:="git@git.networkradius.com:hostap.git"}
: ${HOSTAPD_GIT_TAG:="hostap_2_10"}
: ${WPA_SUPPLICANT_DIR:="${HOSTAPD_DIR}/wpa_supplicant"}

Expand Down

0 comments on commit 5a50f6a

Please sign in to comment.