Ignore:
Timestamp:
Nov 20, 2010, 2:14:52 PM (16 years ago)
Author:
bonkel
Message:

[ALL/IPK] enable mytube for stm23 based images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/swapplayers_mytube_1_0/CONTROL/preinst

    r4064 r4642  
    66
    77model=`cat /etc/model`
    8 
    9 if uname -a | grep -q "stm22"; then
    10         linuxver="stm22"
    11 fi
    12 
    13 echo""
    14 echo "Checking STM type...."
    15 echo "This plugin will only work on a stm22 based image...."
    16 if [ "$linuxver" != "stm22" ]; then
    17         echo "Sorry! This Plugin is not available for your image because it will not work correctly!!!"
    18         echo "Aborting installation..."
    19         exit 1
    20 else
    21         echo "Imagetype: $linuxver OK"
    22 fi
    238
    249echo""
Note: See TracChangeset for help on using the changeset viewer.