diff options
author | John Klug <john.klug@multitech.com> | 2017-11-09 18:16:00 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-10 09:40:08 -0600 |
commit | ab38a715ca8a48f20078db60e255a728b1db5d27 (patch) | |
tree | 4dba6f9959201a97d221deac46a784d596f00a61 /recipes-connectivity/hostapd | |
parent | 7bc5be700dadcd615f553a0a67e289cb6da4b542 (diff) | |
download | meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.tar.gz meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.tar.bz2 meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.zip |
Make init scripts configuration files for AEP compatibility
Diffstat (limited to 'recipes-connectivity/hostapd')
-rw-r--r-- | recipes-connectivity/hostapd/hostap-daemon_2.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/hostapd/hostap-daemon_2.6.bb b/recipes-connectivity/hostapd/hostap-daemon_2.6.bb index e9e0f33..e9e0141 100644 --- a/recipes-connectivity/hostapd/hostap-daemon_2.6.bb +++ b/recipes-connectivity/hostapd/hostap-daemon_2.6.bb @@ -32,7 +32,7 @@ do_compile() { make } -CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" +CONFFILES_${PN} += "${sysconfdir}/hostapd.conf ${sysconfdir}/modprobe.d/cfg80211.conf" SRC_URI[md5sum] = "eaa56dce9bd8f1d195eb62596eab34c7" SRC_URI[sha256sum] = "01526b90c1d23bec4b0f052039cc4456c2fd19347b4d830d1d58a0a6aea7117d" |