Changeset 9677 for ipk/source


Ignore:
Timestamp:
Sep 24, 2011, 9:23:59 PM (15 years ago)
Author:
madie
Message:

[ipk] update tun.ko for ufs 910 stm24

Location:
ipk/source/system_tun_ufs910
Files:
3 edited
1 moved

Legend:

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

    r7451 r9677  
    1 Package: enigma2-plugin-system-tun
    2 Version: 0.1
     1Package: enigma2-plugin-system-tun.ufs910
     2Version: stm24
    33Architecture: sh4
    44OE: tun
     
    88Homepage: http://www.aaf-digital.info
    99Source: http://www.aaf-digital.info
    10 Description: tun.ko Modul (vpn)
     10Description: tun.ko Modul for ufs910 only!(vpn)
  • ipk/source/system_tun_ufs910/CONTROL/preinst

    r7451 r9677  
    1010echo "Some Plugins will not work correctly on your $model!"
    1111echo ""
    12 if [ "$model" = "" ]; then
    13         echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
     12if [ "$model" != "ufs910" ]; then
     13        echo "Sorry! This Modul is not for your $model !! It will not work correctly !!"
    1414        echo "Aborting installation..."
    1515        exit 1
Note: See TracChangeset for help on using the changeset viewer.