diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-15 05:51:54 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-18 15:09:23 +0200 |
commit | b0a94fc60de18e55b44fdb656d7e9812c1668af7 (patch) | |
tree | 574671718a56953a68ffc386280d7e6fab7f5558 | |
parent | fe0d592f3fd466e4f56f6f787cce08fc0b6d303f (diff) | |
download | upstream-b0a94fc60de18e55b44fdb656d7e9812c1668af7.tar.gz upstream-b0a94fc60de18e55b44fdb656d7e9812c1668af7.tar.bz2 upstream-b0a94fc60de18e55b44fdb656d7e9812c1668af7.zip |
kernel: bump 5.15 to 5.15.74
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
-rw-r--r-- | include/kernel-5.15 | 4 | ||||
-rw-r--r-- | target/linux/bcm53xx/patches-5.15/315-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-Linksy.patch | 7 |
2 files changed, 3 insertions, 8 deletions
diff --git a/include/kernel-5.15 b/include/kernel-5.15 index 626e1e5729..bd2e9f1dd3 100644 --- a/include/kernel-5.15 +++ b/include/kernel-5.15 @@ -1,2 +1,2 @@ -LINUX_VERSION-5.15 = .73 -LINUX_KERNEL_HASH-5.15.73 = a822f09525ae8803453939a91e73f18097a3ba2aec73be4fe9ab314a0131715d +LINUX_VERSION-5.15 = .74 +LINUX_KERNEL_HASH-5.15.74 = 2c1539a2f85b835c36c4a07c8270b52b0bec38fdda7339477d07f0c3af8c4265 diff --git a/target/linux/bcm53xx/patches-5.15/315-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-Linksy.patch b/target/linux/bcm53xx/patches-5.15/315-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-Linksy.patch index 8d15abf915..068d676962 100644 --- a/target/linux/bcm53xx/patches-5.15/315-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-Linksy.patch +++ b/target/linux/bcm53xx/patches-5.15/315-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-Linksy.patch @@ -13,11 +13,9 @@ Signed-off-by: Aleksey Nasibulin <alealexpro100@ya.ru> arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -diff --git a/arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts b/arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts -index f1412ba83def..0454423fe166 100644 --- a/arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts +++ b/arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts -@@ -19,7 +19,8 @@ chosen { +@@ -19,7 +19,8 @@ memory@0 { device_type = "memory"; @@ -27,6 +25,3 @@ index f1412ba83def..0454423fe166 100644 }; gpio-keys { --- -2.30.2 - |