From mboxrd@z Thu Jan  1 00:00:00 1970
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated.
 da7dbb1af2706d825eed4d59bd96633f243c2308
Date: Mon, 19 Aug 2024 15:25:11 +0000
Message-ID: <4Wnbxz17vcz2xWX@people01.haj.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2851298488132653632=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============2851298488132653632==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

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(a)ipfire.org>
Date:   Mon Aug 19 17:24:30 2024 +0200

    kernel: remove obsolete asix patch
   =20
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit d1f10f3b15f040e4b48467c0322382141d9593ce
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Mon Aug 19 17:24:09 2024 +0200

    kernel: update to 6.6.47
   =20
    Signed-off-by: Arne Fitzenreiter <arne_f(a)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=3D"gcc (GCC) 13.3.0"
 CONFIG_CC_IS_GCC=3Dy
diff --git a/lfs/linux b/lfs/linux
index 8b4d58bde..b38a61a55 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,7 +24,7 @@
=20
 include Config
=20
-VER         =3D 6.6.46
+VER         =3D 6.6.47
=20
 THISAPP    =3D linux-$(VER)
 DL_FILE    =3D linux-$(VER).tar.xz
@@ -72,7 +72,7 @@ objects =3D \
=20
 $(DL_FILE) =3D $(URL_IPFIRE)/$(DL_FILE)
=20
-$(DL_FILE)_BLAKE2 =3D 583fd214fdf23b8ac90d3efd6311db06b254f57813a4193270d8f5=
ca5f7dcf7be80c228f47ca52ac60d43a20b6d2c6e55768e5cf3ff74d67f0dc56ca4719fe2b
+$(DL_FILE)_BLAKE2 =3D ece3be3257b205c3d56c71525b95798347ab40b00d9ca54f0812a5=
407725512613075e85b3a6a0f3bfc4a59c714438efc4c08ed171a3f92e62cc3e4046f87a1f
=20
 install : $(TARGET)
=20
diff --git a/src/patches/linux/linux-6.6.32-asix88179_reset.patch b/src/patch=
es/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/driv=
ers/net/usb/ax88179_178a.c
---- linux-6.6.32.org/drivers/net/usb/ax88179_178a.c	2024-05-25 16:22:56.0000=
00000 +0200
-+++ linux-6.6.32/drivers/net/usb/ax88179_178a.c	2024-06-04 10:45:18.11345310=
0 +0200
-@@ -1678,10 +1678,10 @@
- {
- 	struct ax88179_data *ax179_data =3D dev->driver_priv;
-=20
--	if (ax179_data->initialized)
-+//	if (ax179_data->initialized)
- 		ax88179_reset(dev);
--	else
--		ax179_data->initialized =3D 1;
-+//	else
-+//		ax179_data->initialized =3D 1;
-=20
- 	return 0;
- }


hooks/post-receive
--
IPFire 2.x development tree

--===============2851298488132653632==--