This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via da7dbb1af2706d825eed4d59bd96633f243c2308 (commit) via d1f10f3b15f040e4b48467c0322382141d9593ce (commit) from d2df099be30a5a07a0e3387c530ed01b6ec3713b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit da7dbb1af2706d825eed4d59bd96633f243c2308 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Aug 19 17:24:30 2024 +0200
kernel: remove obsolete asix patch
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit d1f10f3b15f040e4b48467c0322382141d9593ce Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Aug 19 17:24:09 2024 +0200
kernel: update to 6.6.47
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.x86_64-ipfire | 2 +- lfs/linux | 4 ++-- src/patches/linux/linux-6.6.32-asix88179_reset.patch | 17 ----------------- 3 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 src/patches/linux/linux-6.6.32-asix88179_reset.patch
Difference in files: diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 579eea265..6f0f1bfa5 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.6.46-ipfire Kernel Configuration +# Linux/x86 6.6.47-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.3.0" CONFIG_CC_IS_GCC=y diff --git a/lfs/linux b/lfs/linux index 8b4d58bde..b38a61a55 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@
include Config
-VER = 6.6.46 +VER = 6.6.47
THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -72,7 +72,7 @@ objects = \
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 583fd214fdf23b8ac90d3efd6311db06b254f57813a4193270d8f5ca5f7dcf7be80c228f47ca52ac60d43a20b6d2c6e55768e5cf3ff74d67f0dc56ca4719fe2b +$(DL_FILE)_BLAKE2 = ece3be3257b205c3d56c71525b95798347ab40b00d9ca54f0812a5407725512613075e85b3a6a0f3bfc4a59c714438efc4c08ed171a3f92e62cc3e4046f87a1f
install : $(TARGET)
diff --git a/src/patches/linux/linux-6.6.32-asix88179_reset.patch b/src/patches/linux/linux-6.6.32-asix88179_reset.patch deleted file mode 100644 index f0e7d09f1..000000000 --- a/src/patches/linux/linux-6.6.32-asix88179_reset.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -Naur linux-6.6.32.org/drivers/net/usb/ax88179_178a.c linux-6.6.32/drivers/net/usb/ax88179_178a.c ---- linux-6.6.32.org/drivers/net/usb/ax88179_178a.c 2024-05-25 16:22:56.000000000 +0200 -+++ linux-6.6.32/drivers/net/usb/ax88179_178a.c 2024-06-04 10:45:18.113453100 +0200 -@@ -1678,10 +1678,10 @@ - { - struct ax88179_data *ax179_data = dev->driver_priv; - -- if (ax179_data->initialized) -+// if (ax179_data->initialized) - ax88179_reset(dev); -- else -- ax179_data->initialized = 1; -+// else -+// ax179_data->initialized = 1; - - return 0; - }
hooks/post-receive -- IPFire 2.x development tree