} , {
.name = "rootfs",
.offset = 0x0f0000,
} , {
.name = "rootfs",
.offset = 0x0f0000,
- .offset = 0x3e0000,
- .size = 0x020000,
+ .offset = 0x3f0000,
+ .size = 0x010000,
.mask_flags = MTD_WRITEABLE,
} , {
.name = "firmware",
.offset = 0x030000,
.mask_flags = MTD_WRITEABLE,
} , {
.name = "firmware",
.offset = 0x030000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */
}
};
#endif /* CONFIG_MTD_PARTITIONS */
( \
dd if=$(KDIR)/vmlinux-$(2).uImage bs=768k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=3008k conv=sync; \
( \
dd if=$(KDIR)/vmlinux-$(2).uImage bs=768k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=3008k conv=sync; \
- ) > $(call imgname,$(1),$(2)).bin; \
- cp $(call imgname,$(1),$(2)).bin $(call imgname,$(1),$(2)).webui; \
- echo -n $(4) >> $(call imgname,$(1),$(2)).webui; \
+ echo -n $(4); \
+ ) > $(call imgname,$(1),$(2)).uni; \