Searched refs:image_type (Results 1 - 5 of 5) sorted by relevance

/openwrt/scripts/
H A Dpad_image4 echo "Usage: prepare_image image_type kernel_image rootfs_image header_size"
67 image_type=$1
72 if [ -z "$image_type" ] || [ -z "$rootfs_image" ] || [ -z "$kernel_image" ] || [ -z "$header_size" ]; then
89 case $image_type in
/openwrt/tools/firmware-utils/src/
H A Dmkheader_gemtek.c112 int image_type = -1, index; local
133 image_type = index;
138 if(image_type == -1) {
143 image_type = 0;
158 if (flen > mach_def[image_type].maxsize) {
178 memcpy(&my_hdr, &mach_def[image_type].header, HDRLEN);
180 printf(" Using %s magic\n", mach_def[image_type].desc);
H A Dfix-u-media-header.c66 static uint8_t image_type; variable
279 hdr->ih_UMedia_imageType = image_type;
322 if (str2u8(optarg, &image_type)) {
H A Dedimax_fw_header.c59 static uint8_t image_type; variable
295 hdr->type = image_type;
363 if (str2u8(optarg, &image_type)) {
/openwrt/target/linux/ramips/image/
H A Drt305x.mk187 $(call Image/Build/Template/$(image_type)/$(1),UIMAGE_8M,all0239-3g,ALL0239-3G,ttyS1,57600,phys)

Completed in 38 milliseconds