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

/openwrt/scripts/
H A Dpad_image4 echo "Usage: prepare_image image_type kernel_image rootfs_image header_size"
33 pad_file $rootfs_image $rootfs_pad_size
34 echo -ne '\xde\xad\xc0\xde' >> $rootfs_image
39 pad_file $rootfs_image $rootfs_pad_size
41 echo -ne '\xde\xad\xc0\xde' >> $rootfs_image
47 pad_file $rootfs_image $rootfs_pad_size
49 echo -ne '\xde\xad\xc0\xde' >> $rootfs_image
55 pad_file $rootfs_image $rootfs_pad_size
57 echo -ne '\xde\xad\xc0\xde' >> $rootfs_image
69 rootfs_image
[all...]
/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c579 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);
698 const char *board = NULL, *kernel_image = NULL, *rootfs_image = NULL, *output = NULL; local
719 rootfs_image = optarg;
752 if (!rootfs_image)
758 do_cpe510(output, kernel_image, rootfs_image, re
[all...]
/openwrt/target/linux/ar71xx/image/
H A Dlegacy.mk970 $(eval $(call SingleProfile,ALFA,64k,HORNETUB,hornet-ub,HORNET-UB,ttyATH0,115200,$$(alfa_mtdlayout_8M),1638400,6291456,kernel_image,rootfs_image))

Completed in 38 milliseconds