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

START=99
start() {
        echo "run setsmp.sh...."
        /usr/sbin/setsmp.sh
}
