summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Dembicki <paweldembicki@gmail.com>2023-12-08 09:32:41 +0100
committerChristian Lamparter <chunkeey@gmail.com>2023-12-14 21:40:20 +0100
commit20615c410b1b57d23841266de739a2120118c806 (patch)
tree676fa47d9738f8f525d99659a8abeb88374528e3
parentad363f691078c0825334d3dc9a2a75354fa51891 (diff)
downloadopenwrt-20615c410b1b57d23841266de739a2120118c806.tar.gz
openwrt-20615c410b1b57d23841266de739a2120118c806.tar.bz2
openwrt-20615c410b1b57d23841266de739a2120118c806.zip
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@gmail.com> (cherry picked from commit 9075cfd609e905bc7162574a24a7fb457e65a374)
-rw-r--r--target/linux/kirkwood/patches-5.15/114-ctera-c-200-v1.patch9
1 files changed, 9 insertions, 0 deletions
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@7a00000 {
+- label = "rootfs";
++ label = "ubi";
+ reg = <0x7a00000 0x8600000>;
+ };
+ };