diff options
author | John Audia <therealgraysky@proton.me> | 2022-07-12 11:52:59 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-31 18:55:22 +0200 |
commit | e4af991220638d4bb32e4668435d140afe232b25 (patch) | |
tree | a7ce85c3128500111f280234e2d4378085cbf167 /target/linux/ipq806x | |
parent | 81bc733c33ddba9bc75d902267593ddbb177b8c5 (diff) | |
download | upstream-e4af991220638d4bb32e4668435d140afe232b25.tar.gz upstream-e4af991220638d4bb32e4668435d140afe232b25.tar.bz2 upstream-e4af991220638d4bb32e4668435d140afe232b25.zip |
kernel: bump 5.15 to 5.15.54
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>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/patches-5.15/102-mtd-rootfs-conflicts-with-OpenWrt-auto-mounting.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-5.15/102-mtd-rootfs-conflicts-with-OpenWrt-auto-mounting.patch b/target/linux/ipq806x/patches-5.15/102-mtd-rootfs-conflicts-with-OpenWrt-auto-mounting.patch index 673c66ae84..e0c195f1ab 100644 --- a/target/linux/ipq806x/patches-5.15/102-mtd-rootfs-conflicts-with-OpenWrt-auto-mounting.patch +++ b/target/linux/ipq806x/patches-5.15/102-mtd-rootfs-conflicts-with-OpenWrt-auto-mounting.patch @@ -10,7 +10,7 @@ Signed-off-by: John Crispin <john@phrozen.org> --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c -@@ -50,7 +50,11 @@ static struct mtd_info *allocate_partiti +@@ -51,7 +51,11 @@ static struct mtd_info *allocate_partiti /* allocate the partition structure */ child = kzalloc(sizeof(*child), GFP_KERNEL); |