Skip to content

Commit

Permalink
linux-firmware: Include RTL8192EU firmware
Browse files Browse the repository at this point in the history
The RTL8192EU WiFi driver fails to find its firmware, so it is included now.

Change-type: patch
Backport-to: next
Signed-off-by: Zahari Petkov <zahari@balena.io>
  • Loading branch information
majorz authored and alexgg committed Nov 19, 2021
1 parent 0bc9280 commit cbd814a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CONNECTIVITY_FIRMWARES ?= " \
linux-firmware-ralink \
linux-firmware-rtl8192cu \
linux-firmware-rtl8192su \
linux-firmware-rtl8192eu \
linux-firmware-rtl8723 \
linux-firmware-rtl8723b-bt \
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ FILES:${PN}-rtl8188eu = " \
/lib/firmware/rtlwifi/rtl8188eu*.bin* \
"

PACKAGES =+ "${PN}-rtl8192eu"

FILES_${PN}-rtl8192eu = " \
/lib/firmware/rtlwifi/rtl8192eu*.bin* \
"

PACKAGES =+ "${PN}-iwlwifi-9260"

FILES:${PN}-iwlwifi-9260 = " \
Expand Down

0 comments on commit cbd814a

Please sign in to comment.