Searched refs:IPKG_TMP (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/
H A Dipkg121 if [ -z "$IPKG_TMP" ]; then
122 IPKG_TMP=$IPKG_ROOT/tmp/ipkg
125 [ -e "$IPKG_TMP" ] || mkdir -p $IPKG_TMP
214 dest_dir="$IPKG_TMP"
237 rm -f $IPKG_TMP/$src_file
240 if ! wget $proxyoption $proxyuser $proxypassword -P $IPKG_TMP $src; then
244 mv $IPKG_TMP/$src_file $dest_dir/$dest_file 2>/dev/null
554 echo $new_deps > $IPKG_TMP/${pkg}.depends
560 cat $IPKG_TMP/
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/others/
H A Dipkg121 if [ -z "$IPKG_TMP" ]; then
122 IPKG_TMP=$IPKG_ROOT/tmp/ipkg
125 [ -e "$IPKG_TMP" ] || mkdir -p $IPKG_TMP
214 dest_dir="$IPKG_TMP"
237 rm -f $IPKG_TMP/$src_file
240 if ! wget $proxyoption $proxyuser $proxypassword -P $IPKG_TMP $src; then
244 mv $IPKG_TMP/$src_file $dest_dir/$dest_file 2>/dev/null
554 echo $new_deps > $IPKG_TMP/${pkg}.depends
560 cat $IPKG_TMP/
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/others/
H A Dipkg121 if [ -z "$IPKG_TMP" ]; then
122 IPKG_TMP=$IPKG_ROOT/tmp/ipkg
125 [ -e "$IPKG_TMP" ] || mkdir -p $IPKG_TMP
214 dest_dir="$IPKG_TMP"
237 rm -f $IPKG_TMP/$src_file
240 if ! wget $proxyoption $proxyuser $proxypassword -P $IPKG_TMP $src; then
244 mv $IPKG_TMP/$src_file $dest_dir/$dest_file 2>/dev/null
554 echo $new_deps > $IPKG_TMP/${pkg}.depends
560 cat $IPKG_TMP/
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/include/
H A Dpackage-ipkg.mk10 IPKG_TMP=$(TMP_DIR)/ipkg \

Completed in 125 milliseconds