aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2020-07-16 07:03:17 -0400
committerPetr Štetiar <ynezz@true.cz>2020-07-17 11:00:33 +0200
commitb6443367d8bca111a64f4c111a872fd100cc7d90 (patch)
treeeb1b9ae308c2ed3149f3c76de40e331b4f0774b9 /target/linux/kirkwood
parent2a43ab4a18b4dfe2f4e39b28b87c60b01e6dfd5c (diff)
downloadupstream-b6443367d8bca111a64f4c111a872fd100cc7d90.tar.gz
upstream-b6443367d8bca111a64f4c111a872fd100cc7d90.tar.bz2
upstream-b6443367d8bca111a64f4c111a872fd100cc7d90.zip
kernel: bump 5.4 to 5.4.52
update_kernel.sh refreshed all patches, no human interaction was needed Build system: x86_64 Run-tested: Netgear R7800 (ipq806x) Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/patches-5.4/111-l-50.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/kirkwood/patches-5.4/111-l-50.patch b/target/linux/kirkwood/patches-5.4/111-l-50.patch
index b1679885ad..bc933cb610 100644
--- a/target/linux/kirkwood/patches-5.4/111-l-50.patch
+++ b/target/linux/kirkwood/patches-5.4/111-l-50.patch
@@ -3,7 +3,7 @@
@@ -18,6 +18,13 @@
reg = <0x00000000 0x20000000>;
};
-
+
+ aliases {
+ led-boot = &led_status_green;
+ led-failsafe = &led_status_red;
@@ -17,13 +17,13 @@
@@ -95,12 +102,12 @@
leds {
compatible = "gpio-leds";
-
+
- status_green {
+ led_status_green: status_green {
label = "l-50:green:status";
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
};
-
+
- status_red {
+ led_status_red: status_red {
label = "l-50:red:status";
@@ -31,7 +31,7 @@
};
@@ -349,13 +356,8 @@
};
-
+
partition@100000 {
- label = "kernel-1";
- reg = <0x00100000 0x00800000>;
@@ -43,5 +43,5 @@
+ label = "ubi";
+ reg = <0x00100000 0x07900000>;
};
-
+
partition@7a00000 {