diff options
author | John Klug <john.klug@multitech.com> | 2020-07-16 14:19:08 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-07-16 14:19:08 -0500 |
commit | b89dfa780e74a7d927cead024768404e2df24db2 (patch) | |
tree | 23b3cb1ef575e14c226eb1fd2de6455c5a6b1a74 | |
parent | 74a3cb360693e0a638ab608e1dda2b3d7a22bddd (diff) | |
download | meta-mlinux-b89dfa780e74a7d927cead024768404e2df24db2.tar.gz meta-mlinux-b89dfa780e74a7d927cead024768404e2df24db2.tar.bz2 meta-mlinux-b89dfa780e74a7d927cead024768404e2df24db2.zip |
Replace obsolete hostap-daemon with hostapd
-rw-r--r-- | recipes-core/images/mlinux-mtcap-test-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/mlinux-rs9113-mtrv1-image.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-mtcap-test-image.bb b/recipes-core/images/mlinux-mtcap-test-image.bb index 58e2448..0d96b4a 100644 --- a/recipes-core/images/mlinux-mtcap-test-image.bb +++ b/recipes-core/images/mlinux-mtcap-test-image.bb @@ -45,7 +45,7 @@ WIFI_FEATURES = "libnl \ wpa-supplicant \ wireless-tools \ iw \ - hostap-daemon hostap-utils \ + hostapd hostap-utils \ wilc1000 \ " diff --git a/recipes-core/images/mlinux-rs9113-mtrv1-image.bb b/recipes-core/images/mlinux-rs9113-mtrv1-image.bb index 553d9cb..6f77a44 100644 --- a/recipes-core/images/mlinux-rs9113-mtrv1-image.bb +++ b/recipes-core/images/mlinux-rs9113-mtrv1-image.bb @@ -30,7 +30,7 @@ WIFI_FEATURES = " \ wpa-supplicant \ wireless-tools \ iw \ - hostap-daemon hostap-utils \ + hostapd hostap-utils \ " BLUETOOTH_FEATURES = "bluez5 bluez5-pand" |