From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter 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 Message-ID: <20190730183121.A7C778534F6@people01.i.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8936053955737964918==" List-Id: --===============8936053955737964918== 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 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 Date: Tue Jul 30 18:28:57 2019 +0000 kernel: remove old modules folder before kernel build =20 the build fails at creating source symlinks for external modules build if it already exists. =20 Signed-off-by: Arne Fitzenreiter commit 53ece8f1f7e4ca46a327f620c15bf1b3b54bcde2 Author: Arne Fitzenreiter Date: Tue Jul 30 18:24:09 2019 +0000 kernel: update arm-multi patchset =20 this add FriendlyElec nanopi-r1 devicetree file. =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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 =20 VER =3D 4.14.131 -ARM_PATCHES =3D 4.14.131-ipfire0 +ARM_PATCHES =3D 4.14.131-ipfire1 =20 THISAPP =3D linux-$(VER) DL_FILE =3D linux-$(VER).tar.xz @@ -84,7 +84,7 @@ arm-multi-patches-$(ARM_PATCHES).patch.xz =3D $(URL_IPFIRE)= /arm-multi-patches-$(AR =20 $(DL_FILE)_MD5 =3D 895790cf47b6a565ac5e5ce71b322dac =20 -arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 =3D 5c5f6da89606e63701cdcd84a5= 00aca1 +arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 =3D 88dddef40b71946b8112d06b98= 0c9dc8 =20 install : $(TARGET) =20 @@ -179,6 +179,9 @@ else cd $(DIR_APP) && make clean cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =3D.*/EXTRAVERSION\ =3D\ -$(VER= SUFIX)/' Makefile =20 + # Remove modules folder if exists + rm -rf /lib/modules/$(VER)-$(VERSUFIX) + # Build the kernel cd $(DIR_APP) && make $(MAKETUNING) $(KERNEL_TARGET) modules =20 hooks/post-receive -- IPFire 2.x development tree --===============8936053955737964918==--