* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 70dd356329f2f5617a0f4572d15c2d6ae94e1c6f
@ 2019-06-20 7:36 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2019-06-20 7:36 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2808 bytes --]
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 70dd356329f2f5617a0f4572d15c2d6ae94e1c6f (commit)
via 3a8fef331dd2950705c1d32ec314fa72a84463d9 (commit)
via 0dd16f4047789c69a3234eec0fdb963509f3fedd (commit)
from 70590cef482e17063838e62ad1aad349ef1133b5 (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 70dd356329f2f5617a0f4572d15c2d6ae94e1c6f
Merge: 3a8fef331 0dd16f404
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Jun 20 09:35:59 2019 +0200
Merge remote-tracking branch 'origin/master' into next
commit 3a8fef331dd2950705c1d32ec314fa72a84463d9
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Jun 20 09:33:17 2019 +0200
kernel: remove RPi DMA allignment revert
TODO: test if RPi works without now or if we need to
revert more of the allignment patches.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
html/cgi-bin/vpnmain.cgi | 2 +-
lfs/linux | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
Difference in files:
diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi
index fbc274919..750b69b1d 100644
--- a/html/cgi-bin/vpnmain.cgi
+++ b/html/cgi-bin/vpnmain.cgi
@@ -3338,7 +3338,7 @@ sub make_algos($$$$$) {
push(@algo, $int);
}
- if ($pfs || $grp eq "none") {
+ if (!$pfs || $grp eq "none") {
# noop
} elsif ($grp =~ m/^e(.*)$/) {
push(@algo, "ecp$1");
diff --git a/lfs/linux b/lfs/linux
index 7195a7f75..6669cf220 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -153,13 +153,10 @@ endif
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-Revert-usb-dwc2-Fix-DMA-alignment.patch
-
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-Revert-usb-dwc2-Fix-DMA-alignment.patch
endif
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-06-20 7:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 7:36 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 70dd356329f2f5617a0f4572d15c2d6ae94e1c6f Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox