rockchip: enable WiFi on ROCK Pi 4

Signed-off-by: Marty Jones <mj8263788@gmail.com>
This commit is contained in:
Marty Jones
2020-09-28 04:01:49 -04:00
committed by CN_SZTL
parent 0605419264
commit fc806993fd
2 changed files with 2 additions and 0 deletions

View File

@@ -450,6 +450,7 @@ define KernelPackage/brcmfmac/config
config BRCMFMAC_SDIO
bool "Enable SDIO bus interface support"
default y if TARGET_bcm27xx
default y if TARGET_rockchip
default y if TARGET_sunxi
default n
help

View File

@@ -29,5 +29,6 @@ define Device/radxa_rock-pi-4
SOC := rk3399
UBOOT_DEVICE_NAME := rock-pi-4-rk3399
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := brcmfmac-firmware-43456-sdio brcmfmac-nvram-43456-sdio kmod-brcmfmac
endef
TARGET_DEVICES += radxa_rock-pi-4