I have reorganized the branches on Github. Here they are as of today:
Heads:
master: head of the latest 388 code (based on 388_21224)
386_x: head of the latest 386 code (currently 386_8, only GT-AX11000_PRO and GT-AXE16000 buildable)
Branches:
388_20566: contains 388 code for the RT-AX88U and GT-AX11000
386.7_x: contains the 386 code for all models that haven't been upgraded yet, with the exception of the RT-AC5300
49335: contains the 386.7_2 code for the RT-AC5300 (was newer than other 386.7 devices)
For reference, here's the defines from my build script:
Code:
BRANCH_AC68=386.7_x
BRANCH_AC88=386.7_x
BRANCH_AC3100=386.7_x
BRANCH_AC5300=49335
BRANCH_AC86=386.7_x
BRANCH_GTAC2900=386.7_x
BRANCH_AX88=388_20566
BRANCH_GTAX11000=388_20566
BRANCH_AX58=386.7_x
BRANCH_AX56=386.7_x
BRANCH_AX86=386.7_x
BRANCH_AX68=386.7_x
BRANCH_GTAXE11000=386.7_x
BRANCH_AC68V4=386.7_x
BRANCH_GTAX6000=386.7_x
BRANCH_XT12=master
BRANCH_GTAXE16000=master
BRANCH_GTAX11000_PRO=master
The mid-term goal is to continue all 388 development on master, and all future 386 development on 386_x.