From ddd46033c2f8038728d2a4500f96f9b0a7fba6dc Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 22 May 2022 15:21:50 +0200 Subject: [PATCH] add wifi by default --- target/linux/visionfive/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/visionfive/image/Makefile b/target/linux/visionfive/image/Makefile index db80a7dde3..b879ef7574 100644 --- a/target/linux/visionfive/image/Makefile +++ b/target/linux/visionfive/image/Makefile @@ -51,6 +51,7 @@ define Device/visionfive DEVICE_VENDOR := StarFive DEVICE_MODEL := VisionFive DEVICE_DTS := starfive/jh7100-starfive-visionfive-v1 + DEVICE_PACKAGES := brcmfmac wpad-basic-wolfssl cypress-firmware-43430-sdio endef TARGET_DEVICES += visionfive -- 2.30.2