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

START=01

start() {

    #/usr/sbin/fwver_init
    exit 0
}