The (Code) Den
A little bit of everything…
About
Publications
Lectures
Tutorials
Code
Blog
Tag Archives:
opkg
2015-05-18
5 Comments
Random stuff
Upgrade all OpenWRT packages with a single line command
opkg list-upgradable | awk -F ' - ' '{print $1}' | xargs opkg upgrade
Tagged
OpenWRT
,
opkg
,
router
,
shell