[openwrt/openwrt] kirkwood: fix Ctera C200 V1 ubi part name

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 15 09:07:49 PST 2023


chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/20615c410b1b57d23841266de739a2120118c806

commit 20615c410b1b57d23841266de739a2120118c806
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Fri Dec 8 09:32:41 2023 +0100

    kirkwood: fix Ctera C200 V1 ubi part name
    
    In 749237967a12 downstream dts was replaced with upstream accepted
    patch. But in upstream version last partition was called "rootfs"
    instead "ubi". OpenWrt require "ubi" label for ubi rootfs.
    This patch restore proper label.
    
    Fixes: 749237967a12 ("kirkwood: Replace dtses with upstream accepted")
    
    Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
    (cherry picked from commit 9075cfd609e905bc7162574a24a7fb457e65a374)
---
 target/linux/kirkwood/patches-5.15/114-ctera-c-200-v1.patch | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/target/linux/kirkwood/patches-5.15/114-ctera-c-200-v1.patch b/target/linux/kirkwood/patches-5.15/114-ctera-c-200-v1.patch
index 23922b8d88..aed79d5dd5 100644
--- a/target/linux/kirkwood/patches-5.15/114-ctera-c-200-v1.patch
+++ b/target/linux/kirkwood/patches-5.15/114-ctera-c-200-v1.patch
@@ -49,3 +49,12 @@
  			function = LED_FUNCTION_STATUS;
  			color = <LED_COLOR_ID_GREEN>;
  			gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
+@@ -240,7 +252,7 @@
+ 	};
+ 
+ 	partition at 7a00000 {
+-		label = "rootfs";
++		label = "ubi";
+ 		reg = <0x7a00000 0x8600000>;
+ 	};
+ };




More information about the lede-commits mailing list