aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-05-10 23:03:41 +0000
committerLuka Perkov <luka@openwrt.org>2016-06-19 19:35:55 +0200
commit657b605b3dff03e5b57196829d8efa69d1459376 (patch)
tree1bca216b499d45ecab3b1ae479907804e5422dd5 /target/linux/kirkwood
parente62f65223fb8d1af2d0883297336e3d5fc0b8959 (diff)
downloadmaster-187ad058-657b605b3dff03e5b57196829d8efa69d1459376.tar.gz
master-187ad058-657b605b3dff03e5b57196829d8efa69d1459376.tar.bz2
master-187ad058-657b605b3dff03e5b57196829d8efa69d1459376.zip
kirkwood: Migrate Iconnect to new ubi image format
Default partition name is now ubi. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49369 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/patches-4.4/130-iconnect.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/patches-4.4/130-iconnect.patch b/target/linux/kirkwood/patches-4.4/130-iconnect.patch
index c95579d793..2d0a376d02 100644
--- a/target/linux/kirkwood/patches-4.4/130-iconnect.patch
+++ b/target/linux/kirkwood/patches-4.4/130-iconnect.patch
@@ -34,7 +34,7 @@
- label = "boot";
- reg = <0x980000 0x1f400000>;
+ partition@200000 {
-+ label = "root";
++ label = "ubi";
+ reg = <0x200000 0x1fe00000>;
};
};