summaryrefslogtreecommitdiff
path: root/recipes-bsp/mwifiexconf/mwifiexconf_1.0.bb
blob: ef61b8313f160d8685c6ce396a0c424128e3de52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "MWiFiEx Configuration"
DESCRIPTION = "AP mode: Currently wifi chip fw doesn't support mode \
changes, this createsi multiple interfaces on boot; \
Power saving disable: Currently IW416 on Verdin AM62 is not stable \
with power saving enabled, so disable it."

inherit systemd

LICENSE = "CLOSED"

# For backwards compatibility
PROVIDES += "mwifiexap"
RREPLACES:${PN} = "mwifiexap"
RPROVIDES:${PN} = "mwifiexap"
RCONFLICTS:${PN} = "mwifiexap"

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
}