bcm47xx: Remove profiles for broadcom-wl

The broadcom-wl driver was removed from OpenWrt, remove also the
profiles using it.

Fixes: e772b75d5d ("broadcom-wl: remove package")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2024-06-09 17:00:45 +02:00
parent 2beea2943b
commit 99aa86ef85
6 changed files with 0 additions and 101 deletions

View File

@ -1,17 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2010-2013 OpenWrt.org
define Profile/Broadcom-wl
NAME:=Broadcom SoC, all Ethernet, BCM43xx WiFi (wl, proprietary)
PACKAGES:=-wpad-basic-mbedtls kmod-b44 kmod-tg3 kmod-bgmac kmod-brcm-wl wlc nas
endef
define Profile/Broadcom-wl/Description
Package set compatible with hardware any Broadcom BCM47xx or BCM535x
SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
wireless "wl" driver and b44, tg3 or bgmac Ethernet driver.
endef
$(eval $(call Profile,Broadcom-wl))

View File

@ -1,17 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2010-2013 OpenWrt.org
define Profile/Broadcom-b44-wl
NAME:=Broadcom SoC, b44 Ethernet, BCM43xx WiFi (wl, proprietary)
PACKAGES:=-wpad-basic-mbedtls kmod-b44 kmod-brcm-wl wlc nas
endef
define Profile/Broadcom-b44-wl/Description
Package set compatible with hardware older Broadcom BCM47xx or BCM535x
SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
wireless "wl" driver and b44 Ethernet driver.
endef
$(eval $(call Profile,Broadcom-b44-wl))

View File

@ -1,17 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2010-2013 OpenWrt.org
define Profile/Broadcom-tg3-wl
NAME:=Broadcom SoC, tg3 Ethernet, BCM43xx WiFi (wl, proprietary)
PACKAGES:=-wpad-basic-mbedtls kmod-brcm-wl wlc nas kmod-tg3
endef
define Profile/Broadcom-tg3-wl/Description
Package set compatible with hardware Broadcom BCM4705/BCM4785
SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
wireless "wl" driver and tg3 Ethernet driver.
endef
$(eval $(call Profile,Broadcom-tg3-wl))

View File

@ -1,17 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2010-2013 OpenWrt.org
define Profile/Broadcom-bgmac-wl
NAME:=Broadcom SoC, bgmac Ethernet, BCM43xx WiFi (wl, proprietary)
PACKAGES:=-wpad-basic-mbedtls kmod-bgmac kmod-brcm-wl wlc nas
endef
define Profile/Broadcom-bgmac-wl/Description
Package set compatible with hardware newer Broadcom BCM47xx or BCM535x
SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
wireless "wl" driver and bgmac Ethernet driver.
endef
$(eval $(call Profile,Broadcom-bgmac-wl))

View File

@ -1,17 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2010-2013 OpenWrt.org
define Profile/Broadcom-wl
NAME:=Broadcom SoC, all Ethernet, BCM43xx WiFi (wl, proprietary)
PACKAGES:=-wpad-basic-mbedtls kmod-brcm-wl-mini wlc nas
endef
define Profile/Broadcom-wl/Description
Package set compatible with hardware any Broadcom BCM47xx or BCM535x
SoC with Broadcom BCM43xx Wifi cards using the proprietary Broadcom
wireless "wl" driver and b44, tg3 or bgmac Ethernet driver.
endef
$(eval $(call Profile,Broadcom-wl))

View File

@ -1,16 +0,0 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2014 OpenWrt.org
define Profile/Broadcom-mips74k-wl
NAME:=Broadcom SoC, BCM43xx WiFi (proprietary wl)
PACKAGES:=-wpad-basic-mbedtls kmod-brcm-wl wlc nas
endef
define Profile/Broadcom-mips74k-wl/Description
Package set for devices with BCM43xx WiFi including proprietary (and
closed source) driver "wl".
endef
$(eval $(call Profile,Broadcom-mips74k-wl))