Skip to content

Instantly share code, notes, and snippets.

@athoik
Created January 16, 2018 20:56
Show Gist options
  • Save athoik/c437ed74c72e406dfabac8c1e9096f09 to your computer and use it in GitHub Desktop.
Save athoik/c437ed74c72e406dfabac8c1e9096f09 to your computer and use it in GitHub Desktop.
opkg downgrade kernel 4.8.17-r2 to 4.8.17-r1 (can be made better)
opkg list-installed | grep kernel | grep r2 | awk '{ print "opkg install " $1 "=4.8.17-r1 --force-downgrade" }' | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment