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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/
H A Dipkg696 local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $filename`
697 if ! ipkg_download `ipkg_src_byname $src`/$filename $tmp_pkg_file; then
702 if ! ipkg_install_file_dest $dest $tmp_pkg_file; then
703 echo "ipkg_get_install: ERROR: Failed to install $tmp_pkg_file"
710 rm $tmp_pkg_file
916 local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $pkg`
917 if ipkg_download $pkg $tmp_pkg_file; then
918 ipkg_install_file $tmp_pkg_file
919 rm $tmp_pkg_file
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/others/
H A Dipkg696 local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $filename`
697 if ! ipkg_download `ipkg_src_byname $src`/$filename $tmp_pkg_file; then
702 if ! ipkg_install_file_dest $dest $tmp_pkg_file; then
703 echo "ipkg_get_install: ERROR: Failed to install $tmp_pkg_file"
710 rm $tmp_pkg_file
916 local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $pkg`
917 if ipkg_download $pkg $tmp_pkg_file; then
918 ipkg_install_file $tmp_pkg_file
919 rm $tmp_pkg_file
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/others/
H A Dipkg696 local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $filename`
697 if ! ipkg_download `ipkg_src_byname $src`/$filename $tmp_pkg_file; then
702 if ! ipkg_install_file_dest $dest $tmp_pkg_file; then
703 echo "ipkg_get_install: ERROR: Failed to install $tmp_pkg_file"
710 rm $tmp_pkg_file
916 local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $pkg`
917 if ipkg_download $pkg $tmp_pkg_file; then
918 ipkg_install_file $tmp_pkg_file
919 rm $tmp_pkg_file

Completed in 79 milliseconds