Skip to content

Commit 5a351ff

Browse files
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: kernel: bump 5.10 to 5.10.133 (coolsnowwolf#9845) ramips: move mt7621_nand driver to files and sync with upstream (coolsnowwolf#9844)
2 parents 155dad5 + 7ad9516 commit 5a351ff

9 files changed

+1378
-1366
lines changed

include/kernel-5.10

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.10 = .131
2-
LINUX_KERNEL_HASH-5.10.131 = 8bc441442c16c330a7148fe3cca9edcd98bc0fc9f68304633c7eb641770d21ce
1+
LINUX_VERSION-5.10 = .133
2+
LINUX_KERNEL_HASH-5.10.133 = 3b5c4c7d5bca720c11f1024c9aa00ac04397b6c7de37fd4170444077c723280e

target/linux/ath79/patches-5.10/0003-leds-add-reset-controller-based-driver.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Signed-off-by: John Crispin <[email protected]>
1313

1414
--- a/drivers/leds/Kconfig
1515
+++ b/drivers/leds/Kconfig
16-
@@ -929,6 +929,17 @@ config LEDS_ACER_A500
17-
This option enables support for the Power Button LED of
18-
Acer Iconia Tab A500.
16+
@@ -931,6 +931,17 @@ config LEDS_ACER_A500
17+
18+
source "drivers/leds/blink/Kconfig"
1919

2020
+config LEDS_RESET
2121
+ tristate "LED support for reset-controller API"

target/linux/generic/backport-5.10/732-net-next-1-of-net-pass-the-dst-buffer-to-of_get_mac_address.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ Signed-off-by: David S. Miller <[email protected]>
11621162

11631163
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
11641164
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
1165-
@@ -444,7 +444,7 @@ static int dwc_eth_dwmac_probe(struct pl
1165+
@@ -445,7 +445,7 @@ static int dwc_eth_dwmac_probe(struct pl
11661166
if (IS_ERR(stmmac_res.addr))
11671167
return PTR_ERR(stmmac_res.addr);
11681168

target/linux/generic/hack-5.10/221-module_exports.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
115115
.previous
116116
--- a/scripts/Makefile.build
117117
+++ b/scripts/Makefile.build
118-
@@ -367,7 +367,7 @@ targets += $(lib-y) $(always-y) $(MAKECM
118+
@@ -373,7 +373,7 @@ targets += $(lib-y) $(always-y) $(MAKECM
119119
# Linker scripts preprocessor (.lds.S -> .lds)
120120
# ---------------------------------------------------------------------------
121121
quiet_cmd_cpp_lds_S = LDS $@

target/linux/generic/pending-5.10/203-kallsyms_uncompressed.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
106106
}
107107
--- a/scripts/link-vmlinux.sh
108108
+++ b/scripts/link-vmlinux.sh
109-
@@ -186,6 +186,10 @@ kallsyms()
109+
@@ -192,6 +192,10 @@ kallsyms()
110110
kallsymopt="${kallsymopt} --base-relative"
111111
fi
112112

0 commit comments

Comments
 (0)