diff --git a/ROMFS/px4fmu_common/init.d/rc.vehicle_setup b/ROMFS/px4fmu_common/init.d/rc.vehicle_setup
index 4ca1e26f476f5c92fd5005d61af5c3f9bb18d61e..74757bd6959887f1bafe6cebaff7c542805adb2f 100644
--- a/ROMFS/px4fmu_common/init.d/rc.vehicle_setup
+++ b/ROMFS/px4fmu_common/init.d/rc.vehicle_setup
@@ -48,18 +48,6 @@ then
 		set MAV_TYPE 2
 
 		# Use mixer to detect vehicle type
-		if [ $MIXER == quad_x -o $MIXER == quad_+ ]
-		then
-			set MAV_TYPE 2
-		fi
-		if [ $MIXER == quad_w -o $MIXER == quad_dc ]
-		then
-			set MAV_TYPE 2
-		fi
-		if [ $MIXER == quad_h ]
-		then
-			set MAV_TYPE 2
-		fi
 		if [ $MIXER == coax ]
 		then
 			set MAV_TYPE 3