What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Announcement: changes to the official Github repository

RMerlin

Asuswrt-Merlin dev
Staff member
Hi everyone (in particular developers).

Since a majority of devices are now on the 3006.102 branch, I have decided to make that branch the new default branch. 3004.388 will continue as a separate branch for any future development on that branch, and therefore will no longer rely on the old master branch.

The change was necessary because it was not possible to cleanly fold back the 3006.102 branch on top of master - too many diverting changes between the two branches over the course of ~12 months of development.

To make things clearer, I have also renamed the 3006.102 branch to main. 3006.102-wifi6 and 3006.102_37526 (temporary RT-BE92U branch) are now childs of the main branch.

The old master branch remains for historical purposes. I am considering renaming it for master-old in the near future.

Old workflow:

Code:
master
|
\--3004.388

3006.102
|
+-- 3006.102-wifi6
\-- 3006.102_37526

New workflow:

Code:
3004.388

main
|
+--- 3006.102-wifi6
\--- 3006.102_37526

If you had a local clone of the repo, you need to run the following commandes to update your local repo with these changes. These instructions are also displayed by Github when you access the Code page of the repo.

Code:
git branch -m 3006.102 main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

I will update the build-all script later on to reflect those changes.
 
Do you expect you’ll be able to consolidate 3006.102 branches with the next GPL? Or will Wifi6 devices always be separate from Wifi7?
 
Do you expect you’ll be able to consolidate 3006.102 branches with the next GPL? Or will Wifi6 devices always be separate from Wifi7?
I don't have any detailed facts, but from what I gathered in my exchanges with them is that at least for the time being, Wifi 6 would remain on a separate branch. That's why the version numbers don't really match, the Wifi 6 code is newer than the Wifi 7 despite having a lower version.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top
OSZAR »