diff options
author | John Crispin <blogic@openwrt.org> | 2013-10-07 15:02:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-10-07 15:02:35 +0000 |
commit | b729dfadecc0a2e1175608b1150ccbc39c102e72 (patch) | |
tree | 97ecd192afbde6a154d6037741196f98492f64b1 /target/linux/ramips/dts | |
parent | a7cfa2f6461be1adf7b78d6ad0e403ad29a13c46 (diff) | |
download | upstream-b729dfadecc0a2e1175608b1150ccbc39c102e72.tar.gz upstream-b729dfadecc0a2e1175608b1150ccbc39c102e72.tar.bz2 upstream-b729dfadecc0a2e1175608b1150ccbc39c102e72.zip |
ralink: build recovery images for dcs930 ip cam
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38322 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/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>; }; |