#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org

START=19

start() {
	smp.sh wifi 2>&-
}
