summaryrefslogtreecommitdiff
path: root/recipes-bsp/mwifiexap/mwifiexap_1.0.bb
blob: 43bb3869ce13dee1662f8250970e0a44f86083b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}