projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5076c0e
)
Fix regex
author
Eric Andersen
<andersen@codepoet.org>
Fri, 31 Jan 2003 23:35:08 +0000
(23:35 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 31 Jan 2003 23:35:08 +0000
(23:35 -0000)
make/hostap.mk
patch
|
blob
|
history
diff --git
a/make/hostap.mk
b/make/hostap.mk
index dcd58a6c6a15288921fdc74f2ff573eca25d5fb4..ae19e43a46a24444b009f339f012e686336b7142 100644
(file)
--- a/
make/hostap.mk
+++ b/
make/hostap.mk
@@
-19,7
+19,7
@@
$(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" \
+ 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