f594027662cc029341fb73252f30298a76f0f00e
[openwrt/staging/wigyori.git] / target / linux / bcm47xx / generic / profiles / 211-Broadcom-tg3-wl.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2010-2013 OpenWrt.org
4
5 define Profile/Broadcom-tg3-wl
6 NAME:=Broadcom SoC, tg3 Ethernet, BCM43xx WiFi (wl, proprietary)
7 PACKAGES:=-wpad-basic-wolfssl kmod-brcm-wl wlc nas kmod-tg3
8 endef
9
10 define Profile/Broadcom-tg3-wl/Description
11 Package set compatible with hardware Broadcom BCM4705/BCM4785
12 SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
13 wireless "wl" driver and tg3 Ethernet driver.
14 endef
15
16 $(eval $(call Profile,Broadcom-tg3-wl))
17