- Timestamp:
- Apr 15, 2010, 4:19:42 PM (16 years ago)
- File:
-
- 1 edited
-
ipk/runipk.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipk/runipk.sh
r2928 r2929 14 14 echo "[make-flash] install ipkg-build this is in ipkg-utils-050831.tgz" 15 15 exit 16 elif [ `which ipkg-make-index | wc -l` -eq 0 ] && [ "$SWTYPE" = "enigma2" ]; then16 elif [ `which ipkg-make-index | wc -l` -eq 0 ]; then 17 17 echo "[make-flash] install ipkg-make-index this is in ipkg-utils-050831.tgz" 18 18 exit … … 20 20 echo "[make-flash] install gzip | apt-get install gzip" 21 21 exit 22 elif [ `which wput | wc -l` -eq 0 ]; then 23 echo "[make-flash] install wput | apt-get install wput v0.6.2" 24 exit 25 fi 26 27 if [ $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 22 40 fi 23 41
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)