diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2017-06-02 08:39:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-06 19:02:44 +0100 |
commit | 031403e65277674b84a948dd675e966afdb53f4a (patch) | |
tree | 32193c7bdf62d7834f1aef1595e50310422d227a /meta | |
parent | 82fd7bbfaed9694fd699e2803fbf9a4932b9cfc9 (diff) | |
download | poky-031403e65277674b84a948dd675e966afdb53f4a.tar.gz |
linux-firmware: add support for mt7601u WiFi chip
Mediatek MT7601U is a common 802.11 g/n WiFi USB chip
(From OE-Core rev: eb61f7ed04237513216cbff0612ceaa114dffdcc)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 0ef1e28481..4558dafdac 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -223,6 +223,7 @@ do_install() { | |||
223 | 223 | ||
224 | 224 | ||
225 | PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | 225 | PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ |
226 | ${PN}-mt7601u-license ${PN}-mt7601u \ | ||
226 | ${PN}-radeon-license ${PN}-radeon \ | 227 | ${PN}-radeon-license ${PN}-radeon \ |
227 | ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 ${PN}-sd8887 ${PN}-sd8897 \ | 228 | ${PN}-marvell-license ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 ${PN}-sd8887 ${PN}-sd8897 \ |
228 | ${PN}-ti-connectivity-license ${PN}-wl12xx ${PN}-wl18xx \ | 229 | ${PN}-ti-connectivity-license ${PN}-wl12xx ${PN}-wl18xx \ |
@@ -324,6 +325,17 @@ FILES_${PN}-ralink = " \ | |||
324 | 325 | ||
325 | RDEPENDS_${PN}-ralink += "${PN}-ralink-license" | 326 | RDEPENDS_${PN}-ralink += "${PN}-ralink-license" |
326 | 327 | ||
328 | # For mediatek MT7601U | ||
329 | LICENSE_${PN}-mt7601u = "Firmware-ralink_a_mediatek_company_firmware" | ||
330 | LICENSE_${PN}-mt7601u-license = "Firmware-ralink_a_mediatek_company_firmware" | ||
331 | |||
332 | FILES_${PN}-mt7601u-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink_a_mediatek_company_firmware" | ||
333 | FILES_${PN}-mt7601u = " \ | ||
334 | ${nonarch_base_libdir}/firmware/mt7601u.bin \ | ||
335 | " | ||
336 | |||
337 | RDEPENDS_${PN}-mt7601u += "${PN}-mt7601u-license" | ||
338 | |||
327 | # For radeon | 339 | # For radeon |
328 | LICENSE_${PN}-radeon = "Firmware-radeon" | 340 | LICENSE_${PN}-radeon = "Firmware-radeon" |
329 | LICENSE_${PN}-radeon-license = "Firmware-radeon" | 341 | LICENSE_${PN}-radeon-license = "Firmware-radeon" |