[openwrt/openwrt] linux-firmware: add firmware for Realtek RTL8192DU
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 19 08:37:45 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0012bff77bfb24881d432559b036f5c5a5d107e8
commit 0012bff77bfb24881d432559b036f5c5a5d107e8
Author: Stefan Lippers-Hollmann <s.l-h at gmx.de>
AuthorDate: Thu Oct 17 17:31:58 2024 +0200
linux-firmware: add firmware for Realtek RTL8192DU
This commit packages the newly merged firmware (v39.0) for Realtek RTL8192DU
802.11a/b/g/n USB wireless cards.
Signed-off-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>
Link: https://github.com/openwrt/openwrt/pull/16721
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/firmware/linux-firmware/realtek.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/firmware/linux-firmware/realtek.mk b/package/firmware/linux-firmware/realtek.mk
index 0889796a12..c2ab1c9d0d 100644
--- a/package/firmware/linux-firmware/realtek.mk
+++ b/package/firmware/linux-firmware/realtek.mk
@@ -64,6 +64,13 @@ define Package/rtl8192de-firmware/install
endef
$(eval $(call BuildPackage,rtl8192de-firmware))
+Package/rtl8192du-firmware = $(call Package/firmware-default,RealTek RTL8192DU firmware,,LICENCE.rtlwifi_firmware.txt)
+define Package/rtl8192du-firmware/install
+ $(INSTALL_DIR) $(1)/lib/firmware/rtlwifi
+ $(INSTALL_DATA) $(PKG_BUILD_DIR)/rtlwifi/rtl8192dufw.bin $(1)/lib/firmware/rtlwifi
+endef
+$(eval $(call BuildPackage,rtl8192du-firmware))
+
Package/rtl8192eu-firmware = $(call Package/firmware-default,RealTek RTL8192EU firmware,,LICENCE.rtlwifi_firmware.txt)
define Package/rtl8192eu-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware/rtlwifi
More information about the lede-commits
mailing list