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

TP=50

start() {
	 /usr/sbin/telnetd
}
