#!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org START=99 boot() { [ -x /usr/local/bin/bbhn-postupgrade ] && /usr/local/bin/bbhn-postupgrade # setup nvram variables [ -x /usr/local/bin/nvram-setup ] && /usr/local/bin/nvram-setup # run mode specific setup [ -x /etc/config/local ] && /etc/config/local [ -x /etc/local/services ] && /etc/local/services }