#!/bin/sh

[ "${ACTION}" = "add" ] && {
	/sbin/wifi config
	ubus call network.wireless retry
}
