Просмотр исходного кода

bcm47xx: Remove profiles for broadcom-wl

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

Fixes: e772b75d5d50 ("broadcom-wl: remove package")
Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 1 год назад
Родитель
Сommit
99aa86ef85

+ 0 - 17
target/linux/bcm47xx/generic/profiles/101-Broadcom-wl.mk

@@ -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))
-

+ 0 - 17
target/linux/bcm47xx/generic/profiles/201-Broadcom-b44-wl.mk

@@ -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))
-

+ 0 - 17
target/linux/bcm47xx/generic/profiles/211-Broadcom-tg3-wl.mk

@@ -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))
-

+ 0 - 17
target/linux/bcm47xx/generic/profiles/221-Broadcom-bgmac-wl.mk

@@ -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))
-

+ 0 - 17
target/linux/bcm47xx/legacy/profiles/101-Broadcom-wl.mk

@@ -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))
-

+ 0 - 16
target/linux/bcm47xx/mips74k/profiles/102-Broadcom-wl.mk

@@ -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))
-