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

START=99
start() {
	[ -f /etc/sysctl.conf ] && sysctl -p >&-
	echo "write 1 6 0x0 0x10370180" | /usr/sbin/armio
}
