Skip to content

Commit

Permalink
mac80211: Update to version 6.1.102-1
Browse files Browse the repository at this point in the history
Upstream removed SSB and BCMA, the drivers are now compiled against the
in kernel versions. No need to patch this for OpenWrt.

Link: openwrt/openwrt#15983
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Jul 29, 2024
1 parent 6edde2b commit f99dffc
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 368 deletions.
9 changes: 3 additions & 6 deletions package/kernel/mac80211/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=mac80211

PKG_VERSION:=6.1.97-1
PKG_VERSION:=6.1.102-1
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING

PKG_SOURCE_URL:=@KERNEL/linux/kernel/projects/backports/stable/v6.1.97/
PKG_HASH:=8e9ae2d02f373252dd61f5c6a81c88eec67ca773464d9ef3d844752dc6775540
PKG_SOURCE_URL:=@KERNEL/linux/kernel/projects/backports/stable/v6.1.102/
PKG_HASH:=c03fd1ed946e5e4b756145ffad7a73fa821630f22c5d442456db16c96be2c9b2

PKG_SOURCE:=backports-$(PKG_VERSION).tar.xz
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/backports-$(PKG_VERSION)
Expand Down Expand Up @@ -299,9 +299,6 @@ define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(PKG_UNPACK)
$(Build/Patch)
rm -rf \
$(PKG_BUILD_DIR)/include/linux/ssb \
$(PKG_BUILD_DIR)/include/linux/bcma

rm -f \
$(PKG_BUILD_DIR)/include/linux/mhi.h \
Expand Down
314 changes: 0 additions & 314 deletions package/kernel/mac80211/patches/build/060-no_local_ssb_bcma.patch

This file was deleted.

13 changes: 0 additions & 13 deletions package/kernel/mac80211/patches/build/090-bcma-otp.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/local-symbols
+++ b/local-symbols
@@ -339,6 +339,7 @@ RT2X00_LIB_FIRMWARE=
@@ -341,6 +341,7 @@ RT2X00_LIB_FIRMWARE=
RT2X00_LIB_CRYPTO=
RT2X00_LIB_LEDS=
RT2X00_LIB_DEBUGFS=
Expand Down
Loading

0 comments on commit f99dffc

Please sign in to comment.