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

START=30

start() {
	/usr/lib/rooter/initialize.sh &
}

