#!/bin/ash

if test $(date +%s) -gt 1237604400; then
  nvram set wl0_channel=13;
  nvram commit;
  rm /etc/cron.d/99-setchannel13;
  reboot;
fi;
