Searched refs:add_jffs2_eof (Results 1 - 3 of 3) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c331 static struct image_partition_entry read_file(const char *part_name, const char *filename, bool add_jffs2_eof) { argument
339 if (add_jffs2_eof)
351 if (add_jffs2_eof) {
579 static void do_cpe510(const char *output, const char *kernel_image, const char *rootfs_image, uint32_t rev, bool add_jffs2_eof, bool sysupgrade) { argument
586 parts[4] = read_file("file-system", rootfs_image, add_jffs2_eof);
612 static void do_c2600(const char *output, const char *kernel_image, const char *rootfs_image, uint32_t rev, bool add_jffs2_eof, bool sysupgrade) { argument
619 parts[4] = read_file("file-system", rootfs_image, add_jffs2_eof);
645 static void do_tl1043ndv4(const char *output, const char *kernel_image, const char *rootfs_image, uint32_t rev, bool add_jffs2_eof, bool sysupgrade) { argument
652 parts[4] = read_file("file-system", rootfs_image, add_jffs2_eof);
699 bool add_jffs2_eof local
[all...]
H A Dmktplinkfw.c110 static int add_jffs2_eof; variable
622 if (add_jffs2_eof)
866 add_jffs2_eof = 1;
H A Dmktplinkfw2.c122 static int add_jffs2_eof; variable
651 if (add_jffs2_eof)
969 add_jffs2_eof = 1;

Completed in 111 milliseconds