diff options
Diffstat (limited to 'target/linux/kirkwood/patches-3.10/110-ib62x0.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.10/110-ib62x0.patch | 5 |
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>; }; - |