Just fork again from main nuttx repository, to satisfy github. Then a) manually put yout changes back and commit, or b) add your current fork as additional remote, and get your commits from there. If fork doesn't have changes, you can pull it. Otherwise you might try to cherry pick.
On Tue, 5 Jan 2021, 22:14 Grr, <gebbe...@gmail.com> wrote: > I have several commits with fixes related to newbie issues > > -Avoid compilation crash due to enabling CONFIG_NET without board > networking support > > -Avoid compilation crash due to CONFIG_NET_ICMP_SOCKET missing > NET_READAHEAD > > and so on > > Problem is I can't make a PR on incubator-nuttx because my fork is not from > it but from Peter van der Perk's fork > > What would be the best way to handle this without bothering Peter to > process every one of my fixes? > > TIA > > Grr >