mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
Update realtek.mk
updated firmware rlt8192fu Signed-off-by: Mike <ZeroBeat@gmx.de>
This commit is contained in:
parent
f71ce1c34e
commit
78949ed206
@ -78,6 +78,13 @@ define Package/rtl8192eu-firmware/install
|
||||
endef
|
||||
$(eval $(call BuildPackage,rtl8192eu-firmware))
|
||||
|
||||
Package/rtl8192fu-firmware = $(call Package/firmware-default,RealTek RTL8192FU firmware,,LICENCE.rtlwifi_firmware.txt)
|
||||
define Package/rtl8192fu-firmware/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware/rtlwifi
|
||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/rtlwifi/rtl8192fufw.bin $(1)/lib/firmware/rtlwifi
|
||||
endef
|
||||
$(eval $(call BuildPackage,rtl8192fu-firmware))
|
||||
|
||||
Package/rtl8192se-firmware = $(call Package/firmware-default,RealTek RTL8192SE firmware,,LICENCE.rtlwifi_firmware.txt)
|
||||
define Package/rtl8192se-firmware/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware/rtlwifi
|
||||
|
Loading…
Reference in New Issue
Block a user