For more information see http://ulm.freifunk.net
(you need some flavour of OpenWrt on your router for this to work)
- check out the branch matching your router
- run
scripts/flash.pl -m model; add-Xif what you saw seemed to make some sense (if you see a reboot command then everything went well and you can abort the script) - when the router has booted, run
scripts/access.pl -T -a ~/.ssh/id_rsa.pub. This sets the root password tovince27brown. - run
scripts/mount_etc.pland have a look atgit statusto see the files that differ between the repository and the newly flashed router. - run
git checkout --patchand discard everything that should be replaced with defaults from the repository (typically you want to discard everything butshadowandshadow-) - run
scripts/umount_etc.pland power cycle the router for the changes to take effect.