projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bdb4e
)
Include code for downloading firmware images
author
Eric Andersen
<andersen@codepoet.org>
Thu, 30 Jan 2003 15:09:01 +0000
(15:09 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 30 Jan 2003 15:09:01 +0000
(15:09 -0000)
make/hostap.mk
patch
|
blob
|
history
diff --git
a/make/hostap.mk
b/make/hostap.mk
index be01117ee79bb0ce6231ca8fb05e91efc4cf6109..250943c2869a87934cafa36946eababefa1a05d9 100644
(file)
--- a/
make/hostap.mk
+++ b/
make/hostap.mk
@@
-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