wpa-supplicant: fix merge error
authorKoen Kooi <koen@openembedded.org>
Wed, 7 Oct 2009 21:19:08 +0000 (23:19 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 7 Oct 2009 21:20:10 +0000 (23:20 +0200)
recipes/wpa-supplicant/wpa-supplicant-0.6.inc

index e3ab397..05d439f 100644 (file)
@@ -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