Changeset 11665


Ignore:
Timestamp:
Nov 26, 2011, 10:16:41 PM (14 years ago)
Author:
madie
Message:

[ipk] fix titanskins

Location:
ipk/source.sh4
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/titanskins_0Acht5Zehn/CONTROL/preinst

    r11450 r11665  
    2121        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
    2222        FREE=`expr $SPACE - 100`
    23         SIZE=400
     23        SIZE=700
    2424        echo "checking freespace"
    2525        echo packege size $SIZE kb
  • ipk/source.sh4/titanskins_0Acht5Zehnblack/CONTROL/preinst

    r11450 r11665  
    2121        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
    2222        FREE=`expr $SPACE - 100`
    23         SIZE=400
     23        SIZE=710
    2424        echo "checking freespace"
    2525        echo packege size $SIZE kb
  • ipk/source.sh4/titanskins_0Acht5Zehnwhite/CONTROL/preinst

    r11450 r11665  
    2121        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
    2222        FREE=`expr $SPACE - 100`
    23         SIZE=400
     23        SIZE=700
    2424        echo "checking freespace"
    2525        echo packege size $SIZE kb
  • ipk/source.sh4/titanskins_default_grey/CONTROL/preinst

    r11450 r11665  
    2121        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
    2222        FREE=`expr $SPACE - 100`
    23         SIZE=400
     23        SIZE=550
    2424        echo "checking freespace"
    2525        echo packege size $SIZE kb
  • ipk/source.sh4/titanskins_tobayer01/CONTROL/preinst

    r11450 r11665  
    2121        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
    2222        FREE=`expr $SPACE - 100`
    23         SIZE=500
     23        SIZE=550
    2424        echo "checking freespace"
    2525        echo package size $SIZE kb
Note: See TracChangeset for help on using the changeset viewer.