Skip to content

Instantly share code, notes, and snippets.

@ealize
Last active October 19, 2018 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ealize/e0fdb342d55083408e2618312ada84f3 to your computer and use it in GitHub Desktop.
Save ealize/e0fdb342d55083408e2618312ada84f3 to your computer and use it in GitHub Desktop.
OpenWRT upgrade with EXTRoot
opkg upgrade $(opkg list-upgradable | awk '($1 !~ "^kmod|Multiple") {print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment