diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-09 10:25:55 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-09 10:26:36 -0500 |
commit | 94a186c4260f71bd15127fb3a2388239fd1cfca4 (patch) | |
tree | e7c88d6652d50339a8c9c54ec6c2f85ddfae4e48 /recipes-connectivity/hostapd/hostap-daemon.inc | |
parent | c40080b1088bd5bf0c8c9bb7a3659473f0b5e778 (diff) | |
download | meta-mlinux-94a186c4260f71bd15127fb3a2388239fd1cfca4.tar.gz meta-mlinux-94a186c4260f71bd15127fb3a2388239fd1cfca4.tar.bz2 meta-mlinux-94a186c4260f71bd15127fb3a2388239fd1cfca4.zip |
fix: hostap-daemon 2.4 recipe dependency and remove debug statement
Diffstat (limited to 'recipes-connectivity/hostapd/hostap-daemon.inc')
-rw-r--r-- | recipes-connectivity/hostapd/hostap-daemon.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-connectivity/hostapd/hostap-daemon.inc b/recipes-connectivity/hostapd/hostap-daemon.inc index bee65fb..4f8ae21 100644 --- a/recipes-connectivity/hostapd/hostap-daemon.inc +++ b/recipes-connectivity/hostapd/hostap-daemon.inc @@ -6,7 +6,6 @@ do_install() { install -m 0755 ${S}/hostapd ${D}${sbindir} install -m 0755 ${S}/hostapd_cli ${D}${sbindir} install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd - echo "WORKDIR is ${WORKDIR}, S is ${S}" >/tmp/jak.txt install -m 644 -D ${WORKDIR}/cfg80211.conf ${D}${sysconfdir}/modprobe.d/cfg80211.conf } |