Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete Duplicate RT-AX5400 and Remove _V2 from RT-AX92U #654

Merged
merged 3 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/github-actions.yml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 223 already has the RT-AX5400. No need for it again on 229.

Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ jobs:
echo "TUF-AX3000_V2#FW${MAJOR_VER}#EXT${MINOR_VER}" >> ${UPDATE_DIR}/manifest2.txt
echo "RT-AX95Q#FW${MAJOR_VER}#EXT${MINOR_VER}" >> ${UPDATE_DIR}/manifest2.txt
echo "RT-AXE95Q#FW${MAJOR_VER}#EXT${MINOR_VER}" >> ${UPDATE_DIR}/manifest2.txt
echo "RT-AX5400#FW${MAJOR_VER}#EXT${MINOR_VER}" >> ${UPDATE_DIR}/manifest2.txt
echo "RT-AX58U_V2#FW${MAJOR_VER}#EXT${MINOR_VER}" >> ${UPDATE_DIR}/manifest2.txt
cp ${CHANGELOG_FILE} ${UPDATE_DIR}/"${RELEASE_NOTE_FILE}"
echo "Uploading to github manifest and ${RELEASE_NOTE_FILE}"
Expand Down
3 changes: 1 addition & 2 deletions updates/manifest2.txt
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 4 already has the RT-AX5400. Don't need it again on line 10.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ TUF-AX3000#FW3004.388.8#EXT2-gnuton1
TUF-AX3000_V2#FW3004.388.8#EXT2-gnuton1
RT-AX95Q#FW3004.388.8#EXT2-gnuton1
RT-AXE95Q#FW3004.388.8#EXT2-gnuton1
RT-AX5400#FW3004.388.8#EXT2-gnuton1
RT-AX58U_V2#FW3004.388.8#EXT2-gnuton1
RT-AX92U_V2#FW3004.388.8#EXT2-gnuton1
RT-AX92U#FW3004.388.8#EXT2-gnuton1