aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches-3.10
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-04 03:45:52 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-04 03:45:52 +0000
commit05ccf0c6dd7b3973275d52fc2fe3cf52f0085162 (patch)
treef37a99d4bb07a033ae75e4576408ded85b76deda /target/linux/kirkwood/patches-3.10
parentc8eba693d02c505acb6ea68666fae3d5f5a25c84 (diff)
downloadmaster-187ad058-05ccf0c6dd7b3973275d52fc2fe3cf52f0085162.tar.gz
master-187ad058-05ccf0c6dd7b3973275d52fc2fe3cf52f0085162.tar.bz2
master-187ad058-05ccf0c6dd7b3973275d52fc2fe3cf52f0085162.zip
kirkwood: add support for UBI (3.10.x)
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/patches-3.10')
-rw-r--r--target/linux/kirkwood/patches-3.10/110-ib62x0.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/kirkwood/patches-3.10/110-ib62x0.patch b/target/linux/kirkwood/patches-3.10/110-ib62x0.patch
index 7404decd7e..3659b9587b 100644
--- a/target/linux/kirkwood/patches-3.10/110-ib62x0.patch
+++ b/target/linux/kirkwood/patches-3.10/110-ib62x0.patch
@@ -34,10 +34,9 @@
};
- partition@700000 {
-- label = "root";
-- reg = <0x0700000 0xf900000>;
+ partition@100000 {
-+ label = "rootfs";
+ label = "root";
+- reg = <0x0700000 0xf900000>;
+ reg = <0x100000 0xff00000>;
};
-