#!/bin/sh /etc/rc.common
#set -x
START=21

start() {
     setupfap wan
     setupfap lan
}
