#!/bin/sh

ENABLED=yes
[ "$ENABLED" != "yes" ] && exit 0

. /usr/lib/ublinux/functions

[ "$(cmdline_parameter flightmode)" ] && rfkill block all
