From daa0aad5466f90d317ce5cd133e537e6f95548ab Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Fri, 12 Apr 2019 00:02:43 +0200 Subject: [PATCH] Linux: Update kernel patch to sync with kernle 4.14.95 --- .../patches/linux/rpi/001awox-install-module.patch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bsp/buildroot_external/patches/linux/rpi/001awox-install-module.patch b/bsp/buildroot_external/patches/linux/rpi/001awox-install-module.patch index 95fe988d..e4892bfd 100644 --- a/bsp/buildroot_external/patches/linux/rpi/001awox-install-module.patch +++ b/bsp/buildroot_external/patches/linux/rpi/001awox-install-module.patch @@ -1,7 +1,8 @@ -diff -uNr a/Makefile b/Makefile ---- a/Makefile 2016-04-27 14:08:20.000000000 +0200 -+++ b/Makefile 2016-11-28 14:49:46.120488923 +0100 -@@ -1115,20 +1115,20 @@ +diff --git a/Makefile b/Makefile +index 70cc37cb3..184ac0344 100644 +--- a/Makefile ++++ b/Makefile +@@ -1257,20 +1257,20 @@ modules_prepare: prepare scripts # Target to install modules PHONY += modules_install @@ -13,7 +14,7 @@ diff -uNr a/Makefile b/Makefile - @rm -rf $(MODLIB)/kernel - @rm -f $(MODLIB)/source - @mkdir -p $(MODLIB)/kernel -- @ln -s `cd $(srctree) && /bin/pwd` $(MODLIB)/source +- @ln -s $(abspath $(srctree)) $(MODLIB)/source - @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \ - rm -f $(MODLIB)/build ; \ - ln -s $(CURDIR) $(MODLIB)/build ; \