projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0c9ec
)
Fix a stupid typo
author
Eric Andersen
<andersen@codepoet.org>
Wed, 5 Feb 2003 22:41:35 +0000
(22:41 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 5 Feb 2003 22:41:35 +0000
(22:41 -0000)
make/hostap.mk
patch
|
blob
|
history
diff --git
a/make/hostap.mk
b/make/hostap.mk
index ae19e43a46a24444b009f339f012e686336b7142..8edd3444b87703851a9b1b433ccc0fe270a20825 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