treewide: replace wpad-basic-wolfssl default
[openwrt/staging/stintel.git] / target / linux / bcm47xx / mips74k / profiles / 102-Broadcom-wl.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2014 OpenWrt.org
4
5 define Profile/Broadcom-mips74k-wl
6 NAME:=Broadcom SoC, BCM43xx WiFi (proprietary wl)
7 PACKAGES:=-wpad-basic-mbedtls kmod-brcm-wl wlc nas
8 endef
9
10 define Profile/Broadcom-mips74k-wl/Description
11 Package set for devices with BCM43xx WiFi including proprietary (and
12 closed source) driver "wl".
13 endef
14
15 $(eval $(call Profile,Broadcom-mips74k-wl))
16