Searched refs:MKIMAGE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dmkuboot.sh7 MKIMAGE=$(type -path "${CROSS_COMPILE}mkimage")
9 if [ -z "${MKIMAGE}" ]; then
10 MKIMAGE=$(type -path mkimage)
11 if [ -z "${MKIMAGE}" ]; then
19 ${MKIMAGE} "$@"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/boot/
H A DMakefile5 MKIMAGE := $(srctree)/scripts/mkuboot.sh macro
42 cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A microblaze -O linux -T kernel \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boot/images/
H A DMakefile9 MKIMAGE := $(srctree)/scripts/mkuboot.sh macro
21 cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A avr32 -O linux -T kernel \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/
H A DMakefile14 MKIMAGE := $(srctree)/scripts/mkuboot.sh macro
63 cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/
H A DMakefile11 MKIMAGE := $(srctree)/scripts/mkuboot.sh macro
63 cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A sh -O linux -T kernel \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/boot/
H A DMakefile9 MKIMAGE := $(srctree)/scripts/mkuboot.sh macro
19 cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A $(ARCH) -O linux -T kernel \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dwrapper47 MKIMAGE=$srctree/scripts/mkuboot.sh
280 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
340 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \

Completed in 84 milliseconds