Skip to content

Commit e60c847

Browse files
committed
bump to 6.17.7-ba09
1 parent 936d7e5 commit e60c847

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

kernel.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ Summary: The Linux kernel
176176
%define specrpmversion 6.17.7
177177
%define specversion 6.17.7
178178
%define patchversion 6.17
179-
%define pkgrelease ba08
179+
%define pkgrelease ba09
180180
%define kversion 6
181181
%define tarfile_release 6.17.7
182182
# This is needed to do merge window version magic
183183
%define patchlevel 17
184184
# This allows pkg_release to have configurable %%{?dist} tag
185-
%define specrelease ba08%{?buildid}%{?dist}
185+
%define specrelease ba09%{?buildid}%{?dist}
186186
# This defines the kabi tarball version
187187
%define kabiversion 6.17.7
188188

@@ -4537,7 +4537,7 @@ fi\
45374537
#
45384538
#
45394539
%changelog
4540-
* Wed Nov 12 2025 Antheas Kapenekakis <[email protected]> [6.17.7-ba08]
4540+
* Thu Nov 13 2025 Antheas Kapenekakis <[email protected]> [6.17.7-ba09]
45414541
- Revert "Input: xpad - use new BTN_GRIP* buttons" (Antheas Kapenekakis)
45424542
- Revert "Input: xpad - change buttons the D-Pad gets mapped as to BTN_DPAD_*" (Antheas Kapenekakis)
45434543
- platform/x86: msi-wmi-platform: Fix typo in WMI GUID (Armin Wolf)

patch-3-akmods.patch

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -67019,14 +67019,14 @@ index 000000000000..64b09ece2e5a
6701967019
+
6702067020
# ----------------------------------------
6702167021
# Module: broadcom-wl
67022-
# Version: 4d1584336ba6
67022+
# Version: d8f25f3e543e
6702367023
# ----------------------------------------
6702467024
diff --git a/drivers/custom/broadcom-wl/Makefile b/drivers/custom/broadcom-wl/Makefile
6702567025
new file mode 100644
67026-
index 000000000000..355cfb07f450
67026+
index 000000000000..781ec6bad37c
6702767027
--- /dev/null
6702867028
+++ b/drivers/custom/broadcom-wl/Makefile
67029-
@@ -0,0 +1,89 @@
67029+
@@ -0,0 +1,73 @@
6703067030
+#
6703167031
+# Makefile fragment for Linux 2.6
6703267032
+# Broadcom 802.11abg Networking Device Driver
@@ -67047,23 +67047,7 @@ index 000000000000..355cfb07f450
6704767047
+#
6704867048
+# $Id: Makefile_kbuild_portsrc 580354 2015-08-18 23:42:37Z $
6704967049
+
67050-
+# Its so old we only care about this now
67051-
+LINUXVER_GOODFOR_CFG80211 := "TRUE"
67052-
+LINUXVER_WEXT_ONLY := "FALSE"
67053-
+APICHOICE := "PREFER_CFG80211"
67054-
+APIFINAL := "CFG80211"
67055-
+
67056-
+ccflags-y :=
67057-
+
67058-
+ifeq ($(APIFINAL),CFG80211)
67059-
+ ccflags-y += -DUSE_CFG80211
67060-
+ $(info Using CFG80211 API)
67061-
+endif
67062-
+
67063-
+ifeq ($(APIFINAL),WEXT)
67064-
+ ccflags-y += -DUSE_IW
67065-
+ $(info Using Wireless Extension API)
67066-
+endif
67050+
+subdir-ccflags-y += -DUSE_CFG80211
6706767051
+
6706867052
+obj-m += wl.o
6706967053
+
@@ -67073,9 +67057,9 @@ index 000000000000..355cfb07f450
6707367057
+wl-objs += src/wl/sys/wl_iw.o
6707467058
+wl-objs += src/wl/sys/wl_cfg80211_hybrid.o
6707567059
+
67076-
+ccflags-y += -I$(src)/src/include -I$(src)/src/common/include
67077-
+ccflags-y += -I$(src)/src/wl/sys -I$(src)/src/wl/phy -I$(src)/src/wl/ppr/include
67078-
+ccflags-y += -I$(src)/src/shared/bcmwifi/include
67060+
+subdir-ccflags-y += -I$(src)/src/include -I$(src)/src/common/include
67061+
+subdir-ccflags-y += -I$(src)/src/wl/sys -I$(src)/src/wl/phy -I$(src)/src/wl/ppr/include
67062+
+subdir-ccflags-y += -I$(src)/src/shared/bcmwifi/include
6707967063
+#ccflags-y += -DBCMDBG_ASSERT -DBCMDBG_ERR
6708067064
+
6708167065
+ldflags-y := $(src)/lib/wlc_hybrid.o_shipped

0 commit comments

Comments
 (0)