diff options
author | John Audia <therealgraysky@proton.me> | 2022-07-25 09:21:12 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-30 17:22:16 +0200 |
commit | 762703d39788d0a5d5abc33fe02115522fd11b42 (patch) | |
tree | e7b6561c8318bc536040ced7062a0ca3bef9577a /target/linux/bcm27xx | |
parent | aedcbaae3798c2dc1e686fb2c958a8897b4f93c9 (diff) | |
download | upstream-762703d39788d0a5d5abc33fe02115522fd11b42.tar.gz upstream-762703d39788d0a5d5abc33fe02115522fd11b42.tar.bz2 upstream-762703d39788d0a5d5abc33fe02115522fd11b42.zip |
kernel: bump 5.10 to 5.10.133
All patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit 913f160ac6c4dcf69ec0eb805c8a1cee809ace45)
Diffstat (limited to 'target/linux/bcm27xx')
2 files changed, 2 insertions, 2 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 c3be3d58e6..d011b0eb6c 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 -@@ -1354,6 +1354,9 @@ ifneq ($(dtstree),) +@@ -1363,6 +1363,9 @@ ifneq ($(dtstree),) %.dtb: include/config/kernel.release scripts_dtc $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@ diff --git a/target/linux/bcm27xx/patches-5.10/950-0192-Kbuild-Allow-.dtbo-overlays-to-be-built-adjust.patch b/target/linux/bcm27xx/patches-5.10/950-0192-Kbuild-Allow-.dtbo-overlays-to-be-built-adjust.patch index bf59fc6c8f..7a5749e3ba 100644 --- a/target/linux/bcm27xx/patches-5.10/950-0192-Kbuild-Allow-.dtbo-overlays-to-be-built-adjust.patch +++ b/target/linux/bcm27xx/patches-5.10/950-0192-Kbuild-Allow-.dtbo-overlays-to-be-built-adjust.patch @@ -15,7 +15,7 @@ Signed-off-by: Nataliya Korovkina <malus.brandywine@gmail.com> --- a/Makefile +++ b/Makefile -@@ -1354,7 +1354,7 @@ ifneq ($(dtstree),) +@@ -1363,7 +1363,7 @@ ifneq ($(dtstree),) %.dtb: include/config/kernel.release scripts_dtc $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@ |