mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
sunxi: Use rtl8723bu-firmware instead of rtl8723bs-firmware
The firmware for the rtl8723bs chip is now included in the
rtl8723bu-firmware package.
Fixes: 397dfe4a97
("linux-firmware: Update to version 20121216")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
18bdfc803b
commit
0dc4ab344b
@ -61,7 +61,7 @@ TARGET_DEVICES += libretech_all-h3-cc-h5
|
|||||||
define Device/olimex_a64-olinuxino
|
define Device/olimex_a64-olinuxino
|
||||||
DEVICE_VENDOR := Olimex
|
DEVICE_VENDOR := Olimex
|
||||||
DEVICE_MODEL := A64-Olinuxino
|
DEVICE_MODEL := A64-Olinuxino
|
||||||
DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bs-firmware
|
DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bu-firmware
|
||||||
$(Device/sun50i-a64)
|
$(Device/sun50i-a64)
|
||||||
SUNXI_DTS := $$(SUNXI_DTS_DIR)$$(SOC)-olinuxino
|
SUNXI_DTS := $$(SUNXI_DTS_DIR)$$(SOC)-olinuxino
|
||||||
endef
|
endef
|
||||||
@ -71,7 +71,7 @@ define Device/olimex_a64-olinuxino-emmc
|
|||||||
DEVICE_VENDOR := Olimex
|
DEVICE_VENDOR := Olimex
|
||||||
DEVICE_MODEL := A64-Olinuxino
|
DEVICE_MODEL := A64-Olinuxino
|
||||||
DEVICE_VARIANT := eMMC
|
DEVICE_VARIANT := eMMC
|
||||||
DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bs-firmware
|
DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bu-firmware
|
||||||
$(Device/sun50i-a64)
|
$(Device/sun50i-a64)
|
||||||
SUNXI_DTS := $$(SUNXI_DTS_DIR)$$(SOC)-olinuxino-emmc
|
SUNXI_DTS := $$(SUNXI_DTS_DIR)$$(SOC)-olinuxino-emmc
|
||||||
endef
|
endef
|
||||||
@ -80,7 +80,7 @@ TARGET_DEVICES += olimex_a64-olinuxino-emmc
|
|||||||
define Device/pine64_pine64-plus
|
define Device/pine64_pine64-plus
|
||||||
DEVICE_VENDOR := Pine64
|
DEVICE_VENDOR := Pine64
|
||||||
DEVICE_MODEL := Pine64+
|
DEVICE_MODEL := Pine64+
|
||||||
DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bs-firmware
|
DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bu-firmware
|
||||||
$(Device/sun50i-a64)
|
$(Device/sun50i-a64)
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += pine64_pine64-plus
|
TARGET_DEVICES += pine64_pine64-plus
|
||||||
@ -88,7 +88,7 @@ TARGET_DEVICES += pine64_pine64-plus
|
|||||||
define Device/pine64_sopine-baseboard
|
define Device/pine64_sopine-baseboard
|
||||||
DEVICE_VENDOR := Pine64
|
DEVICE_VENDOR := Pine64
|
||||||
DEVICE_MODEL := SoPine
|
DEVICE_MODEL := SoPine
|
||||||
DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bs-firmware
|
DEVICE_PACKAGES := kmod-rtl8723bs rtl8723bu-firmware
|
||||||
$(Device/sun50i-a64)
|
$(Device/sun50i-a64)
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += pine64_sopine-baseboard
|
TARGET_DEVICES += pine64_sopine-baseboard
|
||||||
|
Loading…
Reference in New Issue
Block a user