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`
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.