====== Installation ====== - Download your trx file: [[http://downloads.openwrt.org/kamikaze/8.09.1/brcm-2.4/]] - Documentation: [[http://wiki.openwrt.org/doc/howto/installing]] * package info: [[http://wiki.openwrt.org/oldwiki/openwrtdocs/packages]] ===== firewall ===== - install LuCI firewall module * firewall info: [[http://wiki.openwrt.org/doc/uci/firewall]] ===== timezone ===== - set timezone via LuCI interface - ssh to router and run: timezone=$(uci get system.@system[0].timezone); [ -z "$timezone" ] && timezone=UTC; echo "$timezone" > /tmp/TZ * [[http://wiki.openwrt.org/oldwiki/openwrtdocs/kamikaze/timezones]] ===== ntp ===== - Install ntpclient and luci-app-ntpc - Configure via System->Time Synchronization - restart the network to update the time. * [[http://wiki.openwrt.org/oldwiki/openwrtdocs/kamikaze/ntp]] ===== upnp ===== - Install miniupnp and luci-app-upnp == \\ \\ {{tag>:linux:openwrt}}