Index: /ipk/source.sh4/titanwlan_8712u/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titanwlan_8712u/CONTROL/postinst	(revision 23412)
+++ /ipk/source.sh4/titanwlan_8712u/CONTROL/postinst	(revision 23413)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
 
-echo "successfully installed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/titanwlan_8712u/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titanwlan_8712u/CONTROL/postrm	(revision 23412)
+++ /ipk/source.sh4/titanwlan_8712u/CONTROL/postrm	(revision 23413)
@@ -1,15 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
-PLUGINDIR=/var/lib/modules/8712u.ko
-rm -r $PLUGINDIR > /dev/null 2>&1
 
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/titanwlan_8712u/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titanwlan_8712u/CONTROL/preinst	(revision 23412)
+++ /ipk/source.sh4/titanwlan_8712u/CONTROL/preinst	(revision 23413)
@@ -1,47 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.wlan
-
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "install wireless 8192u.ko modul ..."
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=329
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok		
-	fi
-else
-	echo "syncing disk"
-	sync
-fi
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
 
 exit 0
Index: /ipk/source.sh4/titanwlan_8712u/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titanwlan_8712u/CONTROL/prerm	(revision 23412)
+++ /ipk/source.sh4/titanwlan_8712u/CONTROL/prerm	(revision 23413)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing wireless 8712u.ko modul"
+
 exit 0
Index: /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/postinst	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/postinst	(revision 23413)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
 
-echo "successfully installed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/postrm	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/postrm	(revision 23413)
@@ -1,15 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
-PLUGINDIR=/var/lib/modules/rt2870sta.ko
-rm -r $PLUGINDIR > /dev/null 2>&1
 
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/preinst	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/preinst	(revision 23413)
@@ -1,47 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.wlan
-
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "install wireless rt2870sta.ko modul ..."
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=470
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok		
-	fi
-else
-	echo "syncing disk"
-	sync
-fi
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
 
 exit 0
Index: /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/prerm	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt2870sta/CONTROL/prerm	(revision 23413)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing wireless rt2870sta.ko modul"
+
 exit 0
Index: /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/postinst	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/postinst	(revision 23413)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
 
-echo "successfully installed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/postrm	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/postrm	(revision 23413)
@@ -1,15 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
-PLUGINDIR=/var/lib/modules/rt3070sta.ko
-rm -r $PLUGINDIR > /dev/null 2>&1
 
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/preinst	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/preinst	(revision 23413)
@@ -1,47 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.wlan
-
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "install wireless rt3070sta.ko modul ..."
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=504
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok		
-	fi
-else
-	echo "syncing disk"
-	sync
-fi
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
 
 exit 0
Index: /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/prerm	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt3070sta/CONTROL/prerm	(revision 23413)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing wireless rt3070sta.ko modul"
+
 exit 0
Index: /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/postinst	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/postinst	(revision 23413)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
 
-echo "successfully installed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/postrm	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/postrm	(revision 23413)
@@ -1,15 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
-PLUGINDIR=/var/lib/modules/rt5370sta.ko
-rm -r $PLUGINDIR > /dev/null 2>&1
 
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/preinst	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/preinst	(revision 23413)
@@ -1,47 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.wlan
-
-model=`cat /etc/model`
-echo""
-echo "Checking your Boxtype...."
-echo "Some Plugins will not work correctly on your $model!"
-echo ""
-if [ "$model" = "" ]; then
-	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
-	echo "Aborting installation..."
-	exit 1
-else
-	echo "Boxtype: $model OK"
-fi
-
-echo "install wireless rt5370sta.ko modul ..."
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=504
-	echo "checking freespace"
-	echo packege size $SIZE kb
-	echo freespace size $FREE kb
-	if  [ "$FREE" -lt "$SIZE" ]; then
-		echo "sorry no freespace left on device"
-		exit 1
-	else
-		echo ok		
-	fi
-else
-	echo "syncing disk"
-	sync
-fi
-buildgroup=`cat /etc/.buildgroup`
-echo "checking OS"	 
-if  [ `cat /etc/motd | grep $buildgroup | grep M | grep rev | wc -l` -eq 0 ]; then 	 	 
-	echo --------------------------- 	 	 
-	echo DONT USE this IPK Package!! 	 	 
-	echo --- 	 	 
-	echo Only for $buildgroup Image!! 	 	 
-	echo --------------------------- 	 	 
-	exit 1 	 	 
-fi
 
 exit 0
Index: /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/prerm	(revision 23412)
+++ /ipk/source.sh4/titanwlan_rt5370sta/CONTROL/prerm	(revision 23413)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.wlan
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing wireless rt5370sta.ko modul"
+
 exit 0
