From 4731f02fa2c24fad4179fb8f756ecc40f26b6916 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 30 Dec 2016 12:38:06 +0100 Subject: kirkwood: fix ubi partition name Signed-off-by: Felix Fietkau --- target/linux/kirkwood/patches-4.4/110-ib62x0.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/linux/kirkwood/patches-4.4/110-ib62x0.patch') diff --git a/target/linux/kirkwood/patches-4.4/110-ib62x0.patch b/target/linux/kirkwood/patches-4.4/110-ib62x0.patch index 153c41b782..d6d10d8144 100644 --- a/target/linux/kirkwood/patches-4.4/110-ib62x0.patch +++ b/target/linux/kirkwood/patches-4.4/110-ib62x0.patch @@ -11,9 +11,10 @@ }; - partition@700000 { -+ partition@200000 { - label = "root"; +- label = "root"; - reg = <0x0700000 0xf900000>; ++ partition@200000 { ++ label = "ubi"; + reg = <0x200000 0xfe00000>; }; -- cgit v1.2.3