mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Include code for downloading firmware images
This commit is contained in:
@@ -19,6 +19,8 @@ $(HOSTAP_BUILD_DIR)/.unpacked: $(DL_DIR)/$(HOSTAP_SOURCE)
|
||||
touch $(HOSTAP_BUILD_DIR)/.unpacked
|
||||
|
||||
$(HOSTAP_BUILD_DIR)/.configured: $(HOSTAP_BUILD_DIR)/.unpacked
|
||||
perl -pi -e "s,/* #define PRISM2_DOWNLOAD_SUPPORT */,#define PRISM2_DOWNLOAD_SUPPORT,g" \
|
||||
$(HOSTAP_BUILD_DIR)/driver/modules/hostap_config.h
|
||||
touch $(HOSTAP_BUILD_DIR)/.configured
|
||||
|
||||
$(HOSTAP_BUILD_DIR)/driver/modules/hostap.o: $(HOSTAP_BUILD_DIR)/.configured
|
||||
|
||||
Reference in New Issue
Block a user