From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2e65d316a7ee76eeb8edd2492e1c3fe013d366ba
Date: Tue, 30 Jul 2019 19:31:21 +0100 [thread overview]
Message-ID: <20190730183121.A7C778534F6@people01.i.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3333 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 2e65d316a7ee76eeb8edd2492e1c3fe013d366ba (commit)
via 53ece8f1f7e4ca46a327f620c15bf1b3b54bcde2 (commit)
from 1fd34bd2ecf5f253673cf5912be4687ebe8f699e (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 2e65d316a7ee76eeb8edd2492e1c3fe013d366ba
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Jul 30 18:28:57 2019 +0000
kernel: remove old modules folder before kernel build
the build fails at creating source symlinks for external
modules build if it already exists.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 53ece8f1f7e4ca46a327f620c15bf1b3b54bcde2
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Jul 30 18:24:09 2019 +0000
kernel: update arm-multi patchset
this add FriendlyElec nanopi-r1 devicetree file.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/armv5tel/linux-multi | 1 +
lfs/linux | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/armv5tel/linux-multi b/config/rootfiles/common/armv5tel/linux-multi
index ec260e8c9..08a5f601c 100644
--- a/config/rootfiles/common/armv5tel/linux-multi
+++ b/config/rootfiles/common/armv5tel/linux-multi
@@ -468,6 +468,7 @@ boot/dtb-KVER-ipfire-multi
#boot/dtb-KVER-ipfire-multi/sun8i-h3-nanopi-m1.dtb
#boot/dtb-KVER-ipfire-multi/sun8i-h3-nanopi-neo-air.dtb
#boot/dtb-KVER-ipfire-multi/sun8i-h3-nanopi-neo.dtb
+#boot/dtb-KVER-ipfire-multi/sun8i-h3-nanopi-r1.dtb
#boot/dtb-KVER-ipfire-multi/sun8i-h3-orangepi-2.dtb
#boot/dtb-KVER-ipfire-multi/sun8i-h3-orangepi-lite.dtb
#boot/dtb-KVER-ipfire-multi/sun8i-h3-orangepi-one.dtb
diff --git a/lfs/linux b/lfs/linux
index b675e4fbe..47636ac84 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -25,7 +25,7 @@
include Config
VER = 4.14.131
-ARM_PATCHES = 4.14.131-ipfire0
+ARM_PATCHES = 4.14.131-ipfire1
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -84,7 +84,7 @@ arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(AR
$(DL_FILE)_MD5 = 895790cf47b6a565ac5e5ce71b322dac
-arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 5c5f6da89606e63701cdcd84a500aca1
+arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 88dddef40b71946b8112d06b980c9dc8
install : $(TARGET)
@@ -179,6 +179,9 @@ else
cd $(DIR_APP) && make clean
cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =.*/EXTRAVERSION\ =\ -$(VERSUFIX)/' Makefile
+ # Remove modules folder if exists
+ rm -rf /lib/modules/$(VER)-$(VERSUFIX)
+
# Build the kernel
cd $(DIR_APP) && make $(MAKETUNING) $(KERNEL_TARGET) modules
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2019-07-30 18:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190730183121.A7C778534F6@people01.i.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox