About the author
Here's how to check and upgrade all your OpenWRT packages in one line
opkg update && opkg upgrade `opkg list-upgradable | awk '{print $1}' | xargs -n999`
Learn the command line used to compile System.pas in Delphi