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@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@ipfire.org
commit 53ece8f1f7e4ca46a327f620c15bf1b3b54bcde2 Author: Arne Fitzenreiter arne_f@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@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