diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-28 08:03:27 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-01 13:56:10 +0100 |
commit | 0abcea19d7a3760d36c4bfb5158b807707eecabd (patch) | |
tree | 0e711c398e4642d8ae283e105246d52012763868 /target/linux/bcm27xx/patches-5.10/950-0162-kbuild-Allow-.dtbo-overlays-to-be-built-piecemeal.patch | |
parent | 0667688a406affbde9a2f6e2e6e07dbd0e3810b1 (diff) | |
download | upstream-0abcea19d7a3760d36c4bfb5158b807707eecabd.tar.gz upstream-0abcea19d7a3760d36c4bfb5158b807707eecabd.tar.bz2 upstream-0abcea19d7a3760d36c4bfb5158b807707eecabd.zip |
kernel: bump 5.10 to 5.10.151
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 7a27ac605c7e55b7350c0bea76ca5d6eb218c5ea)
Diffstat (limited to 'target/linux/bcm27xx/patches-5.10/950-0162-kbuild-Allow-.dtbo-overlays-to-be-built-piecemeal.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.10/950-0162-kbuild-Allow-.dtbo-overlays-to-be-built-piecemeal.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0162-kbuild-Allow-.dtbo-overlays-to-be-built-piecemeal.patch b/target/linux/bcm27xx/patches-5.10/950-0162-kbuild-Allow-.dtbo-overlays-to-be-built-piecemeal.patch index 8055eb2438..9c8acd8b25 100644 --- a/target/linux/bcm27xx/patches-5.10/950-0162-kbuild-Allow-.dtbo-overlays-to-be-built-piecemeal.patch +++ b/target/linux/bcm27xx/patches-5.10/950-0162-kbuild-Allow-.dtbo-overlays-to-be-built-piecemeal.patch @@ -24,7 +24,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> --- a/Makefile +++ b/Makefile -@@ -1364,6 +1364,9 @@ ifneq ($(dtstree),) +@@ -1367,6 +1367,9 @@ ifneq ($(dtstree),) %.dtb: include/config/kernel.release scripts_dtc $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@ |