#!/bin/sh

source /etc/utils/shell-utils.sh

get_model_ext model
if [ "$model" != "MAG550" ]; then
    touch /ram/bluetooth-disable
fi
