git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc3a658
)
wpa-supplicant: fix merge error
author
Koen Kooi
<koen@openembedded.org>
Wed, 7 Oct 2009 21:19:08 +0000
(23:19 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 7 Oct 2009 21:20:10 +0000
(23:20 +0200)
recipes/wpa-supplicant/wpa-supplicant-0.6.inc
patch
|
blob
|
history
diff --git
a/recipes/wpa-supplicant/wpa-supplicant-0.6.inc
b/recipes/wpa-supplicant/wpa-supplicant-0.6.inc
index
e3ab397
..
05d439f
100644
(file)
--- a/
recipes/wpa-supplicant/wpa-supplicant-0.6.inc
+++ b/
recipes/wpa-supplicant/wpa-supplicant-0.6.inc
@@
-12,7
+12,6
@@
DEFAULT_PREFERENCE = "-2"
SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
file://defconfig-0.6.0-gnutls \
- file://action_wpa.sh \
file://ifupdown.sh \
file://functions.sh"
@@
-58,7
+57,6
@@
do_install () {
install -d ${D}${sysconfdir}/network/if-down.d/
install -d ${D}${sysconfdir}/wpa_supplicant
- install -m 755 ${WORKDIR}/action_wpa.sh ${D}${sysconfdir}/wpa_supplicant/
install -m 755 ${WORKDIR}/ifupdown.sh ${D}${sysconfdir}/wpa_supplicant/
install -m 755 ${WORKDIR}/functions.sh ${D}${sysconfdir}/wpa_supplicant