Searched refs:INSTALL_PATH (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/active/
H A Dactive_install13 INSTALL_PATH=$1
17 echo -e "#!/bin/bash" > $INSTALL_PATH/LCACTIVOR.sh
19 echo -e "if [ \"\$(ps aux | grep -v grep | grep LCACTIVOR.jar | awk '{print \$2}')\" != \"\" ]" >> $INSTALL_PATH/LCACTIVOR.sh
20 echo -e "then" >> $INSTALL_PATH/LCACTIVOR.sh
21 echo -e "exit" >> $INSTALL_PATH/LCACTIVOR.sh
22 echo -e "fi" >> $INSTALL_PATH/LCACTIVOR.sh
24 echo -e "export JAVA_HOME=${INSTALL_PATH}/java/jre1.5.0_15" >> $INSTALL_PATH/LCACTIVOR.sh
25 echo -e "export CLASSPATH=${INSTALL_PATH}/java/jre1.5.0_15/lib:." >> $INSTALL_PATH/LCACTIVO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/
H A Dinstall_linux20 INSTALL_PATH="${TMP_FILE_PATH}/Linux/install"
84 ${TERMINAL} ${INSTALL_PATH}
85 echo "${INSTALL_PATH} Exit install and remove temporary files" | tee -a ${LOG_PATH}
94 ${TERMINAL} -e ${INSTALL_PATH}
95 echo "${INSTALL_PATH} Exit install and remove temporary files" | tee -a ${LOG_PATH}
104 ${TERMINAL} ${INSTALL_PATH}
105 echo "${INSTALL_PATH} Exit install and remove temporary files" | tee -a ${LOG_PATH}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/
H A DMakefile86 if [ -f $(INSTALL_PATH)/vmlinux ]; then mv -f $(INSTALL_PATH)/vmlinux $(INSTALL_PATH)/vmlinux.old; fi
87 if [ -f $(INSTALL_PATH)/System.map ]; then mv -f $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.old; fi
88 cat vmlinux > $(INSTALL_PATH)/vmlinux
89 cp System.map $(INSTALL_PATH)/System.map
122 sh $(srctree)/arch/m68k/install.sh $(KERNELRELEASE) vmlinux.gz System.map "$(INSTALL_PATH)"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A DMakefile191 if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi
192 if [ -f $(INSTALL_PATH)/System.map ]; then mv $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.old; fi
193 cat $(obj)/bzImage > $(INSTALL_PATH)/vmlinuz
194 cp System.map $(INSTALL_PATH)/
199 System.map "$(INSTALL_PATH)"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/
H A DMakefile300 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
302 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
304 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
305 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
313 echo ' install - install kernel into $(INSTALL_PATH)'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/
H A DMakefile141 INSTALL_PATH ?= /tftpboot macro
166 echo ' install to $$(INSTALL_PATH)'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A DMakefile351 sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" $^
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/
H A DMakefile517 # INSTALL_PATH specifies where to place the updated kernel and system map
519 export INSTALL_PATH ?= /boot macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/
H A DMakefile801 # INSTALL_PATH specifies where to place the updated kernel and system map
803 export INSTALL_PATH ?= /boot macro

Completed in 177 milliseconds