Index: /ipk/source/swapsystem_oldaudioelf_1_0/CONTROL/preinst
===================================================================
--- /ipk/source/swapsystem_oldaudioelf_1_0/CONTROL/preinst	(revision 3682)
+++ /ipk/source/swapsystem_oldaudioelf_1_0/CONTROL/preinst	(revision 3683)
@@ -10,5 +10,5 @@
 echo "Some Plugins will not work correctly on your $model!"
 echo ""
-if [ "$model" = "" ]; then
+if [ "$model" = "ufs912" ]; then
 	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
 	echo "Aborting installation..."
Index: /ipk/source/system_oldaudioelf_1_0/CONTROL/preinst
===================================================================
--- /ipk/source/system_oldaudioelf_1_0/CONTROL/preinst	(revision 3682)
+++ /ipk/source/system_oldaudioelf_1_0/CONTROL/preinst	(revision 3683)
@@ -10,5 +10,5 @@
 echo "Some Plugins will not work correctly on your $model!"
 echo ""
-if [ "$model" = "" ]; then
+if [ "$model" = "ufs912" ]; then
 	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
 	echo "Aborting installation..."
Index: /ipk/source/system_splitscreen_0_3/CONTROL/preinst
===================================================================
--- /ipk/source/system_splitscreen_0_3/CONTROL/preinst	(revision 3682)
+++ /ipk/source/system_splitscreen_0_3/CONTROL/preinst	(revision 3683)
@@ -10,5 +10,5 @@
 echo "Some Plugins will not work correctly on your $model!"
 echo ""
-if [ "$model" = "" ]; then
+if [ "$model" = "ufs910" ] || [ "$model" = "ufs912" ]; then
 	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
 	echo "Aborting installation..."
