Created
January 16, 2018 20:56
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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