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

START=40

start() {
	/sbin/ifconfig lo 127.0.0.1
}

