summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2024-06-09 15:00:45 +0000
committerHauke Mehrtens2024-06-14 12:54:16 +0000
commit99aa86ef853e5de2b6112bd5a7ea2b7476001d28 (patch)
treeb9bd9aa54641538f8633e6c87d7332bae7541069
parent2beea2943b3b0bed8dcc72d8c0887dd1720f8aeb (diff)
downloadopenwrt-99aa86ef853e5de2b6112bd5a7ea2b7476001d28.tar.gz
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 <hauke@hauke-m.de>
-rw-r--r--target/linux/bcm47xx/generic/profiles/101-Broadcom-wl.mk17
-rw-r--r--target/linux/bcm47xx/generic/profiles/201-Broadcom-b44-wl.mk17
-rw-r--r--target/linux/bcm47xx/generic/profiles/211-Broadcom-tg3-wl.mk17
-rw-r--r--target/linux/bcm47xx/generic/profiles/221-Broadcom-bgmac-wl.mk17
-rw-r--r--target/linux/bcm47xx/legacy/profiles/101-Broadcom-wl.mk17
-rw-r--r--target/linux/bcm47xx/mips74k/profiles/102-Broadcom-wl.mk16
6 files changed, 0 insertions, 101 deletions
diff --git a/target/linux/bcm47xx/generic/profiles/101-Broadcom-wl.mk b/target/linux/bcm47xx/generic/profiles/101-Broadcom-wl.mk
deleted file mode 100644
index 5bd3cd5031..0000000000
--- a/target/linux/bcm47xx/generic/profiles/101-Broadcom-wl.mk
+++ /dev/null
@@ -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))
-
diff --git a/target/linux/bcm47xx/generic/profiles/201-Broadcom-b44-wl.mk b/target/linux/bcm47xx/generic/profiles/201-Broadcom-b44-wl.mk
deleted file mode 100644
index 8ae8e15ee5..0000000000
--- a/target/linux/bcm47xx/generic/profiles/201-Broadcom-b44-wl.mk
+++ /dev/null
@@ -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))
-
diff --git a/target/linux/bcm47xx/generic/profiles/211-Broadcom-tg3-wl.mk b/target/linux/bcm47xx/generic/profiles/211-Broadcom-tg3-wl.mk
deleted file mode 100644
index 605c295d5e..0000000000
--- a/target/linux/bcm47xx/generic/profiles/211-Broadcom-tg3-wl.mk
+++ /dev/null
@@ -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))
-
diff --git a/target/linux/bcm47xx/generic/profiles/221-Broadcom-bgmac-wl.mk b/target/linux/bcm47xx/generic/profiles/221-Broadcom-bgmac-wl.mk
deleted file mode 100644
index 264fed8a81..0000000000
--- a/target/linux/bcm47xx/generic/profiles/221-Broadcom-bgmac-wl.mk
+++ /dev/null
@@ -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))
-
diff --git a/target/linux/bcm47xx/legacy/profiles/101-Broadcom-wl.mk b/target/linux/bcm47xx/legacy/profiles/101-Broadcom-wl.mk
deleted file mode 100644
index 0d98981520..0000000000
--- a/target/linux/bcm47xx/legacy/profiles/101-Broadcom-wl.mk
+++ /dev/null
@@ -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))
-
diff --git a/target/linux/bcm47xx/mips74k/profiles/102-Broadcom-wl.mk b/target/linux/bcm47xx/mips74k/profiles/102-Broadcom-wl.mk
deleted file mode 100644
index 0b0e706770..0000000000
--- a/target/linux/bcm47xx/mips74k/profiles/102-Broadcom-wl.mk
+++ /dev/null
@@ -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))
-