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.
 39d43c5b99720c31e4423e3668ea77679954c184
Date: Fri, 08 Feb 2019 19:52:27 +0000
Message-ID: <20190208195227.735A284FDD4@people01.i.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3925847089499035804=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============3925847089499035804==
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  39d43c5b99720c31e4423e3668ea77679954c184 (commit)
      from  27a9f86ec4c7b42a0d9d9da5728344c0431f3768 (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 39d43c5b99720c31e4423e3668ea77679954c184
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Feb 8 20:50:37 2019 +0100

    kernel: update to 4.14.98
   =20
    todo: check if RPi dwc dma patch still need to reverted before release
   =20
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/linux | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Difference in files:
diff --git a/lfs/linux b/lfs/linux
index c031f1e80..b41942803 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,8 +24,8 @@
=20
 include Config
=20
-VER         =3D 4.14.97
-ARM_PATCHES =3D 4.14.97-ipfire0
+VER         =3D 4.14.98
+ARM_PATCHES =3D 4.14.98-ipfire0
=20
 THISAPP    =3D linux-$(VER)
 DL_FILE    =3D linux-$(VER).tar.xz
@@ -82,7 +82,7 @@ objects =3D$(DL_FILE) \
 $(DL_FILE)					=3D $(URL_IPFIRE)/$(DL_FILE)
 arm-multi-patches-$(ARM_PATCHES).patch.xz	=3D $(URL_IPFIRE)/arm-multi-patche=
s-$(ARM_PATCHES).patch.xz
=20
-$(DL_FILE)_MD5					=3D 14dc56d3933045782caca454d32e8874
+$(DL_FILE)_MD5					=3D 3df5c7536542b6cb3d6158c84f8fc70e
 arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5	=3D b2f6559b08f764c0d974e86066=
0d416a
=20
 install : $(TARGET)
@@ -128,11 +128,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && patch -Np2 < $(DIR_SRC)/src/patches/v4l-dvb_fix_tua6034_pl=
l.patch
=20
 	# Wlan Patches
-#	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/backports-4.2.6=
-1_ath10k_remove_logspam.patch
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.9.8-ath_=
ignore_eeprom_regd.patch
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.9.8-iwlw=
ifi-noibss_only_on_radar_chan.patch
-#	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.9.8-rt2=
x00usb_suppress_queue_warnings.patch
-#	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.39-add_lib=
ertas_uap.patch
=20
 	# Add LED trigger
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.9.16-led=
trig_netdev.patch
@@ -150,20 +147,19 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-2.6.32.27_=
mcs7830-fix-driver-name.patch
=20
 ifeq "$(KCFG)" "-kirkwood"
-#	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.10-mv_cesa=
_disable_failing_hmac_sha1.patch
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.14.40-ki=
rkwood-dtb.patch
 endif
=20
 ifeq "$(KCFG)" "-multi"
 	# Apply Arm-multiarch kernel patches.
 	cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz =
| patch -Np1
-	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.14-Rever=
t-usb-dwc2-Fix-DMA-alignment.patch
+#	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.14-Reve=
rt-usb-dwc2-Fix-DMA-alignment.patch
=20
 endif
 ifeq "$(BUILD_ARCH)" "aarch64"
 	# Apply Arm-multiarch kernel patches.
 	cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz =
| patch -Np1
-	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.14-Rever=
t-usb-dwc2-Fix-DMA-alignment.patch
+#	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.14-Reve=
rt-usb-dwc2-Fix-DMA-alignment.patch
 endif
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-am=
ba-fix.patch
=20


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

--===============3925847089499035804==--