diff options
author | John Klug <john.klug@multitech.com> | 2016-11-30 11:25:34 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-11-30 11:25:34 -0600 |
commit | 0c3b276781bf8534f3d57216306457eddb983b6a (patch) | |
tree | ee5bbd589794de1a3cbfe90ac34d5c24b2029ef9 /recipes-connectivity/hostapd/hostap-daemon_2.4.bb | |
parent | a9b868c5ffdaf8a8020571a7be61c5c977cba4b4 (diff) | |
download | meta-mlinux-0c3b276781bf8534f3d57216306457eddb983b6a.tar.gz meta-mlinux-0c3b276781bf8534f3d57216306457eddb983b6a.tar.bz2 meta-mlinux-0c3b276781bf8534f3d57216306457eddb983b6a.zip |
Keep hostapd from starting on Conduit 0.0
Diffstat (limited to 'recipes-connectivity/hostapd/hostap-daemon_2.4.bb')
-rw-r--r-- | recipes-connectivity/hostapd/hostap-daemon_2.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/hostapd/hostap-daemon_2.4.bb b/recipes-connectivity/hostapd/hostap-daemon_2.4.bb index e64704a..863f895 100644 --- a/recipes-connectivity/hostapd/hostap-daemon_2.4.bb +++ b/recipes-connectivity/hostapd/hostap-daemon_2.4.bb @@ -17,6 +17,7 @@ SRC_URI += " \ http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \ file://defconfig \ file://init \ + file://init.patch;patchdir=${WORKDIR} \ " S = "${WORKDIR}/hostapd-${PV}/hostapd" |