[openwrt/openwrt] bmips: dgnd3700v2: add b43 wireless driver

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 23 05:04:02 PDT 2023


noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0cecebd413e52b4c59745c8c42b7a9ca2b11bdbf

commit 0cecebd413e52b4c59745c8c42b7a9ca2b11bdbf
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sun Apr 23 11:40:39 2023 +0200

    bmips: dgnd3700v2: add b43 wireless driver
    
    Apart from the embedded BCM6362 wireless, Netgear DGND3700v2 has external
    BCM43228 wireless connected by PCIe.
    Fallback SPROM isn't needed for this one because it has a physical SPROM.
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 target/linux/bmips/image/bcm6362.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/bmips/image/bcm6362.mk b/target/linux/bmips/image/bcm6362.mk
index d6b4b1ce60..9731973f9f 100644
--- a/target/linux/bmips/image/bcm6362.mk
+++ b/target/linux/bmips/image/bcm6362.mk
@@ -34,6 +34,7 @@ define Device/netgear_dgnd3700-v2
   BLOCKSIZE := 16k
   PAGESIZE := 512
   DEVICE_PACKAGES += $(USB2_PACKAGES) \
+    $(B43_PACKAGES) \
     kmod-leds-bcm6328 kmod-leds-gpio
   CFE_WFI_FLASH_TYPE := 2
   CFE_WFI_VERSION := 0x5731




More information about the lede-commits mailing list