Skip to content

Going back to an older release of the hacktribe firmware ? #269

Answered by bangcorrupt
enorrmann asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Find the second to last commit where the patch file changed:
git log -n2 patch/hacktribe-2.patch

This will print a list of commits:


commit a9fa7422bd3501202a11b07ea1c8f9230b1666a0
Author: bangcorrupt <[email protected]>
Date:   Sat Jul 15 03:38:57 2023 +0100

    mfx

commit 6f4828832eb8b1cc04f93965c143fc4c45cc2ab5
Author: bangcorrupt <[email protected]>
Date:   Tue Feb 28 09:31:44 2023 +0000

    fix-issue-71

(It will be different depending if you are on the main or experimental branch).

  1. Checkout the second commit in the list using its hash:
git checkout 6f4828832eb8b1cc04f93965c143fc4c45cc2ab5
  1. Patch the firmware as you normally would.

If you can describe the issues I can take a l…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by enorrmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants