Ignore:
Timestamp:
Jul 31, 2010, 8:13:20 PM (16 years ago)
Author:
civer
Message:

[IPK]

-system_splitscreen: forbid installation for UFS910 and UFS912 (won`t work correctly)
-system/swapsystem_oldaudioelf: forbid installation for UFS912 (wont work and dont need this)

File:
1 edited

Legend:

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

    r3682 r3683  
    1010echo "Some Plugins will not work correctly on your $model!"
    1111echo ""
    12 if [ "$model" = "" ]; then
     12if [ "$model" = "ufs912" ]; then
    1313        echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
    1414        echo "Aborting installation..."
Note: See TracChangeset for help on using the changeset viewer.