summaryrefslogtreecommitdiff
path: root/recipes-bsp/mwifiexap/mwifiexap_1.0.bb
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-09-28 09:57:01 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-11-29 16:30:38 +0100
commit6529fce1f85a670c87ba84bfda49414a4cbc714f (patch)
tree6698748f73b732a514b828a253fa0133db544c91 /recipes-bsp/mwifiexap/mwifiexap_1.0.bb
parent05b46924a0ff722eef0efc791266320ecc80c42a (diff)
mwifiex: rename mwifiexap to mwifiexconf
Rename mwifiexap to mwifiexconf as it now handles more than just the AP mode with disabling power saving on Verdin AM62 as well. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit cd2bef82186ae5862d1d9b6948697b4a7e755cf0)
Diffstat (limited to 'recipes-bsp/mwifiexap/mwifiexap_1.0.bb')
-rw-r--r--recipes-bsp/mwifiexap/mwifiexap_1.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-bsp/mwifiexap/mwifiexap_1.0.bb b/recipes-bsp/mwifiexap/mwifiexap_1.0.bb
deleted file mode 100644
index 43bb386..0000000
--- a/recipes-bsp/mwifiexap/mwifiexap_1.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "MWiFiEx AP mode"
-DESCRIPTION = "Currently wifi chip fw \
-doesn't support mode changes, this creates\
-multiple interfaces on boot"
-
-inherit systemd
-
-LICENSE = "CLOSED"
-
-SRC_URI = "file://mwifiex.conf \
- "
-
-do_install () {
- install -d ${D}/etc/modprobe.d/
- install -m 0755 ${WORKDIR}/mwifiex.conf ${D}/etc/modprobe.d/mwifiex.conf
-}
-