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
commitfa3ab0c237b76eed2a7ee5f56d47802adfdc5c3a (patch)
tree6a90963081fa3f2cdff8fca2427fcc0e084c1cc5 /target/linux/kirkwood/patches-3.10
parente96695df101b0c019b9b51b4618063ea99693284 (diff)
downloadupstream-fa3ab0c237b76eed2a7ee5f56d47802adfdc5c3a.tar.gz
upstream-fa3ab0c237b76eed2a7ee5f56d47802adfdc5c3a.tar.bz2
upstream-fa3ab0c237b76eed2a7ee5f56d47802adfdc5c3a.zip
kirkwood: add support for UBI (3.10.x)
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38301
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>;
};
-