#!/bin/sh /etc/rc.common
START=96

boot() {
	##run configdata.sh file for update new changes in config file from old FW to New FW
	sh ./usr/sbin/configdata.sh &
}
