ralink: build recovery images for dcs930 ip cam

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38322
This commit is contained in:
John Crispin
2013-10-07 15:02:35 +00:00
parent 420c62205b
commit c077698e38
2 changed files with 27 additions and 1 deletions

View File

@@ -43,6 +43,16 @@
};
partition@50000 {
label = "kernel";
reg = <0x50000 0x150000>;
};
partition@150000 {
label = "rootfs";
reg = <0x150000 0x2b0000>;
};
partition {
label = "firmware";
reg = <0x50000 0x3b0000>;
};