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

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

# 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
}