From c077698e38876ecfc28454bcdd495ac36b387c2b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 7 Oct 2013 15:02:35 +0000 Subject: ralink: build recovery images for dcs930 ip cam Signed-off-by: John Crispin SVN-Revision: 38322 --- target/linux/ramips/dts/DCS-930.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ramips/dts/DCS-930.dts') diff --git a/target/linux/ramips/dts/DCS-930.dts b/target/linux/ramips/dts/DCS-930.dts index 31dab45814..dd959810ab 100644 --- a/target/linux/ramips/dts/DCS-930.dts +++ b/target/linux/ramips/dts/DCS-930.dts @@ -43,6 +43,16 @@ }; partition@50000 { + label = "kernel"; + reg = <0x50000 0x150000>; + }; + + partition@150000 { + label = "rootfs"; + reg = <0x150000 0x2b0000>; + }; + + partition { label = "firmware"; reg = <0x50000 0x3b0000>; }; -- cgit v1.2.3