Changeset 4642 for ipk/source


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

[ALL/IPK] enable mytube for stm23 based images

Location:
ipk/source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/players_mytube_1_0/CONTROL/control

    r4064 r4642  
    88Homepage: http://www.aaf-digital.info
    99Source: http://www.aaf-digital.info
    10 Description: MyTube Plugin to view YouTube videos over internet! ONLY FOR STM22 BASED IMAGES!!
     10Description: MyTube Plugin to view YouTube videos over internet!
  • ipk/source/players_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""
  • ipk/source/swapplayers_mytube_1_0/CONTROL/control

    r4064 r4642  
    88Homepage: http://www.aaf-digital.info
    99Source: http://www.aaf-digital.info
    10 Description: MyTube Plugin for swapstick to view YouTube videos over internet! ONLY FOR STM22 BASED IMAGES!! SWAPSTICK IS NEEDED!
     10Description: MyTube Plugin for swapstick to view YouTube videos over internet! SWAPSTICK IS NEEDED!
  • 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.