Skip to content

Commit

Permalink
wpa: fix a wpa_passphrase compile issue
Browse files Browse the repository at this point in the history
When install tool wpa_passphrase, a error occur.
It was caused by missing compiling wpa_passphrase for other
wpa_* variant tool kit.

Signed-off-by: Andy Tang <[email protected]>
  • Loading branch information
andynxp committed Jul 26, 2023
1 parent 6e8ca08 commit 22e1c71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/network/services/hostapd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -644,12 +644,14 @@ endef
define Build/Compile/supplicant
+$(call Build/RunMake,wpa_supplicant, \
wpa_cli wpa_supplicant \
wpa_passphrase \
)
endef

define Build/Compile/supplicant-full-internal
+$(call Build/RunMake,wpa_supplicant, \
eapol_test \
wpa_passphrase \
)
endef

Expand All @@ -663,12 +665,14 @@ endef
define Build/Compile/supplicant-full-wolfssl
+$(call Build/RunMake,wpa_supplicant, \
eapol_test \
wpa_passphrase \
)
endef

define Build/Compile/supplicant-full-mbedtls
+$(call Build/RunMake,wpa_supplicant, \
eapol_test \
wpa_passphrase \
)
endef

Expand Down

0 comments on commit 22e1c71

Please sign in to comment.