Table of Contents

Installation

firewall

  1. install LuCI firewall module

timezone

  1. set timezone via LuCI interface
  2. ssh to router and run:
    timezone=$(uci get system.@system[0].timezone); [ -z "$timezone" ] && timezone=UTC; echo "$timezone" > /tmp/TZ

ntp

  1. Install ntpclient and luci-app-ntpc
  2. Configure via System→Time Synchronization
  3. restart the network to update the time.

upnp

  1. Install miniupnp and luci-app-upnp