#!/bin/sh /etc/rc.common
# Copyright (C) 2010 DrayTek Corp.

START=99

start() {
	mkdir -p /tmp/fw_file
	/sbin/dray-fwup &
	echo "7 4 1 7" > /proc/sys/kernel/printk
	
	/sbin/pluto_watchdog &
}
