Skip to content

Commit

Permalink
[6.1] WiFi NSS Mesh: Downgrade the NSS firmware to 11.4 for restore o…
Browse files Browse the repository at this point in the history
…f working of WiFi Mesh through NSS
  • Loading branch information
AgustinLorenzo committed Mar 22, 2024
1 parent 2ed400a commit 4877152
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .full_config
Original file line number Diff line number Diff line change
Expand Up @@ -2108,8 +2108,8 @@ CONFIG_PACKAGE_nss-firmware-default=y
#
# Select NSS firmware version
#
CONFIG_NSS_FIRMWARE_VERSION_12_1=y
# CONFIG_NSS_FIRMWARE_VERSION_11_4 is not set
# CONFIG_NSS_FIRMWARE_VERSION_12_1 is not set
CONFIG_NSS_FIRMWARE_VERSION_11_4=y
# end of NSS Firmware Version

CONFIG_PACKAGE_nss-firmware-ipq8074=y
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ipq807x.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build IPQ807x NSS WiFi
name: Build IPQ807x NSS WiFi Mesh

on: workflow_dispatch

Expand Down Expand Up @@ -62,9 +62,9 @@ jobs:
- name: Create a release
uses: "ncipollo/release-action@v1"
with:
name: "Updated prebuilt images (NSS-WiFi) ${{ env.NOW }}"
commit: "main_nss"
tag: "ipq807x-nsswifi-${{ env.NOW }}"
name: "Updated prebuilt images (NSS-WiFi with Mesh) ${{ env.NOW }}"
commit: "main_nss_mesh"
tag: "ipq807x-nsswifi-mesh-${{ env.NOW }}"
generateReleaseNotes: true
makeLatest: true
artifacts: bin/targets/qualcommax/ipq807x/*
Expand Down

0 comments on commit 4877152

Please sign in to comment.