rockchip: enable wifi support for NanoPC T4

wifi module: AP6356S (BCM4356) SDIO

Signed-off-by: Lu jicong <jiconglu58@gmail.com>
This commit is contained in:
Lu jicong 2023-07-24 16:11:28 +08:00 committed by Hauke Mehrtens
parent 534eb51ee2
commit 06d5c773fa
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -20,6 +20,7 @@ define Device/friendlyarm_nanopc-t4
DEVICE_MODEL := NanoPC T4
SOC := rk3399
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-brcmfmac brcmfmac-nvram-4356-sdio cypress-firmware-4356-sdio
endef
TARGET_DEVICES += friendlyarm_nanopc-t4