diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-23 20:23:47 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-23 20:23:47 +0100 |
commit | 07c49462ad2ac3f6386bb4463546509f3bf35e39 (patch) | |
tree | 8b9d2f99457fc35754fad79e2b5d2e486ad371db /target/linux/bmips/image/bcm63xx_nand.mk | |
parent | 2024547e1f71ddbf94deecc5e2789d802f748377 (diff) | |
download | upstream-07c49462ad2ac3f6386bb4463546509f3bf35e39.tar.gz upstream-07c49462ad2ac3f6386bb4463546509f3bf35e39.tar.bz2 upstream-07c49462ad2ac3f6386bb4463546509f3bf35e39.zip |
bmips: add wifi packages for supported devices
Netgear DGND3700v2 / Comtrend VR-3032u internal wireless not supported.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/image/bcm63xx_nand.mk')
-rw-r--r-- | target/linux/bmips/image/bcm63xx_nand.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bmips/image/bcm63xx_nand.mk b/target/linux/bmips/image/bcm63xx_nand.mk index a712cd0699..82b04891d5 100644 --- a/target/linux/bmips/image/bcm63xx_nand.mk +++ b/target/linux/bmips/image/bcm63xx_nand.mk @@ -74,7 +74,7 @@ define Device/netgear_dgnd3700-v2 CFE_RAM_JFFS2_PAD := 496k BLOCKSIZE := 16k PAGESIZE := 512 - DEVICE_PACKAGES += $(USB2_PACKAGES) + DEVICE_PACKAGES += $(USB2_PACKAGES) $(B43_PACKAGES) CFE_WFI_FLASH_TYPE := 2 CFE_WFI_VERSION := 0x5731 endef |