mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
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:
parent
534eb51ee2
commit
06d5c773fa
@ -431,6 +431,7 @@ define KernelPackage/brcmfmac/config
|
|||||||
bool "Enable SDIO bus interface support"
|
bool "Enable SDIO bus interface support"
|
||||||
default y if TARGET_bcm27xx
|
default y if TARGET_bcm27xx
|
||||||
default y if TARGET_imx_cortexa7
|
default y if TARGET_imx_cortexa7
|
||||||
|
default y if TARGET_rockchip
|
||||||
default y if TARGET_sunxi
|
default y if TARGET_sunxi
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
@ -20,6 +20,7 @@ define Device/friendlyarm_nanopc-t4
|
|||||||
DEVICE_MODEL := NanoPC T4
|
DEVICE_MODEL := NanoPC T4
|
||||||
SOC := rk3399
|
SOC := rk3399
|
||||||
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
|
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
|
endef
|
||||||
TARGET_DEVICES += friendlyarm_nanopc-t4
|
TARGET_DEVICES += friendlyarm_nanopc-t4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user