diff options
author | John Crispin <john@openwrt.org> | 2013-10-07 15:02:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-07 15:02:35 +0000 |
commit | c077698e38876ecfc28454bcdd495ac36b387c2b (patch) | |
tree | 5829a9e658f845fc98dc4f1112710e4cb68545ef /target/linux/ramips/dts/DCS-930.dts | |
parent | 420c62205b3ff27b9733bf252762d1eefe9fcd27 (diff) | |
download | upstream-c077698e38876ecfc28454bcdd495ac36b387c2b.tar.gz upstream-c077698e38876ecfc28454bcdd495ac36b387c2b.tar.bz2 upstream-c077698e38876ecfc28454bcdd495ac36b387c2b.zip |
ralink: build recovery images for dcs930 ip cam
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38322
Diffstat (limited to 'target/linux/ramips/dts/DCS-930.dts')
-rw-r--r-- | target/linux/ramips/dts/DCS-930.dts | 10 |
1 files changed, 10 insertions, 0 deletions
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>; }; |