forked from mozzwald/openwrt-pxa-target
-
Notifications
You must be signed in to change notification settings - Fork 3
First Boot
mozzwald edited this page Feb 2, 2017
·
1 revision
A small selection of useful programs are pre-installed and available from the gmenu2x menu.
In openwrt-zipit you are the root user and by default there is no password set for root. You should change the password first with the passwd
command line utility.
The timezone can be set in /etc/TZ. First, get your TZ String from the openwrt wiki list. Then edit /etc/TZ with your preferred text editor (nano or vi are preinstalled) and type the TZ string and save it. You can also echo it directly from the command line like this: echo "CST6CDT,M3.2.0,M11.1.0" > /etc/TZ
. The htpdate daemon should be pre-installed and will automatically set the clock after connecting to wireless.