Skip to content

Commit

Permalink
[wpa_supplicant] disable automatic wpa_supplicant start/stop
Browse files Browse the repository at this point in the history
(It interferes with the work of "wlan" interface via the connmand)
  • Loading branch information
rfilipovich committed Nov 10, 2016
1 parent 2a3ba78 commit 3bb3454
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 92 deletions.
4 changes: 0 additions & 4 deletions recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ DEFAULT_PREFERENCE = "-1"

SRC_URI = "git://git.ti.com/wilink8-wlan/hostap.git;protocol=git;branch=${BRANCH} \
file://defconfig \
file://wpa-supplicant.sh \
file://wpa_supplicant.conf \
file://p2p_supplicant.conf \
file://99_wpa_supplicant \
Expand Down Expand Up @@ -58,9 +57,6 @@ do_install () {
install -d ${D}${sysconfdir}/network/if-pre-up.d/
install -d ${D}${sysconfdir}/network/if-post-down.d/
install -d ${D}${sysconfdir}/network/if-down.d/
install -m 755 ${WORKDIR}/wpa-supplicant.sh ${D}${sysconfdir}/network/if-pre-up.d/wpa-supplicant
cd ${D}${sysconfdir}/network/ && \
ln -sf ../if-pre-up.d/wpa-supplicant if-post-down.d/wpa-supplicant

install -d ${D}/${sysconfdir}/dbus-1/system.d
install -m 644 ${S}/dbus/dbus-wpa_supplicant.conf ${D}/${sysconfdir}/dbus-1/system.d
Expand Down

This file was deleted.

0 comments on commit 3bb3454

Please sign in to comment.