Changeset 2929 for ipk


Ignore:
Timestamp:
Apr 15, 2010, 4:19:42 PM (16 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/runipk.sh

    r2928 r2929  
    1414        echo "[make-flash] install ipkg-build this is in ipkg-utils-050831.tgz"
    1515        exit
    16 elif [ `which ipkg-make-index | wc -l` -eq 0 ] && [ "$SWTYPE" = "enigma2" ] ; then
     16elif [ `which ipkg-make-index | wc -l` -eq 0 ]; then
    1717        echo "[make-flash] install ipkg-make-index this is in ipkg-utils-050831.tgz"
    1818        exit
     
    2020        echo "[make-flash] install gzip | apt-get install gzip"
    2121        exit
     22elif [ `which wput | wc -l` -eq 0 ]; then
     23        echo "[make-flash] install wput | apt-get install wput v0.6.2"
     24        exit
     25fi
     26
     27if [ $MAKETYPE = "online" ];then
     28        WPUTCHECK=`wput --version`
     29        if [ $WPUTCHECK != "Wput Version: 0.6.2" ]; then
     30                echo "[make-flash] install wput0.6.2"
     31                        echo "[make-flash] cd /src"
     32                        echo "[make-flash] wget ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/wput-0.6.2.tar.gz"
     33                        echo "[make-flash] tar -zxvf wput-0.6.2.tar.gz"
     34                        echo "[make-flash] cd wput-0.6.2"
     35                        echo "[make-flash] ./configure"
     36                        echo "[make-flash] make"
     37                        echo "[make-flash] make install"
     38                exit
     39        fi
    2240fi
    2341
Note: See TracChangeset for help on using the changeset viewer.