[openwrt/openwrt] bcm47xx: Remove profiles for broadcom-wl

LEDE Commits lede-commits at lists.infradead.org
Fri Jun 14 05:55:23 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/99aa86ef853e5de2b6112bd5a7ea2b7476001d28

commit 99aa86ef853e5de2b6112bd5a7ea2b7476001d28
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jun 9 17:00:45 2024 +0200

    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 at hauke-m.de>
---
 .../linux/bcm47xx/generic/profiles/101-Broadcom-wl.mk   | 17 -----------------
 .../bcm47xx/generic/profiles/201-Broadcom-b44-wl.mk     | 17 -----------------
 .../bcm47xx/generic/profiles/211-Broadcom-tg3-wl.mk     | 17 -----------------
 .../bcm47xx/generic/profiles/221-Broadcom-bgmac-wl.mk   | 17 -----------------
 target/linux/bcm47xx/legacy/profiles/101-Broadcom-wl.mk | 17 -----------------
 .../linux/bcm47xx/mips74k/profiles/102-Broadcom-wl.mk   | 16 ----------------
 6 files changed, 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))
-




More information about the lede-commits mailing list