I'm trying to update a package for OpenWrt and there is a problem I want to bisect. But the last working version has some patches added in OpenWrt, while the current version doesn't need those patches anymore.
Because of those patches that need manual removing at some point during bisect, I can't run git bisect automatically.
Is there any option to add to make package/name-of-package/compile to ignore patches if/when they fail?