Skip to content

Commit

Permalink
[6.6] 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 Jun 8, 2024
1 parent f4d6c1f commit 89fcb5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .full_config
Original file line number Diff line number Diff line change
Expand Up @@ -2107,8 +2107,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 Expand Up @@ -2758,7 +2758,7 @@ CONFIG_NSS_DRV_VLAN_ENABLE=y
CONFIG_NSS_DRV_VXLAN_ENABLE=y
CONFIG_NSS_DRV_WIFIOFFLOAD_ENABLE=y
CONFIG_NSS_DRV_WIFI_EXT_VDEV_ENABLE=y
# CONFIG_NSS_DRV_WIFI_MESH_ENABLE is not set
CONFIG_NSS_DRV_WIFI_MESH_ENABLE=y
# CONFIG_NSS_DRV_WIFI_LEGACY_ENABLE is not set
# end of Configuration

Expand All @@ -2780,7 +2780,7 @@ CONFIG_PACKAGE_kmod-qca-nss-drv-tun6rd=y
CONFIG_PACKAGE_kmod-qca-nss-drv-tunipip6=y
CONFIG_PACKAGE_kmod-qca-nss-drv-vlan-mgr=y
CONFIG_PACKAGE_kmod-qca-nss-drv-vxlanmgr=y
# CONFIG_PACKAGE_kmod-qca-nss-drv-wifi-meshmgr is not set
CONFIG_PACKAGE_kmod-qca-nss-drv-wifi-meshmgr=y
# CONFIG_PACKAGE_kmod-qca-nss-macsec is not set
CONFIG_PACKAGE_kmod-qca-ssdk=y
# CONFIG_PACKAGE_kmod-qlcnic is not set
Expand Down Expand Up @@ -3162,7 +3162,7 @@ CONFIG_ATH11K_THERMAL=y
CONFIG_ATH11K_DEBUGFS_STA=y
CONFIG_ATH11K_DEBUGFS_HTT_STATS=y
CONFIG_ATH11K_NSS_SUPPORT=y
# CONFIG_ATH11K_NSS_MESH_SUPPORT is not set
CONFIG_ATH11K_NSS_MESH_SUPPORT=y
# CONFIG_ATH11K_MEM_PROFILE_1G is not set
CONFIG_ATH11K_MEM_PROFILE_512M=y
# CONFIG_ATH11K_MEM_PROFILE_256M is not set
Expand Down Expand Up @@ -5479,7 +5479,7 @@ CONFIG_PACKAGE_luci-i18n-wol-es=y
#
# CONFIG_PACKAGE_apfree-wifidog is not set
# CONFIG_PACKAGE_coova-chilli is not set
# CONFIG_PACKAGE_mesh11sd is not set
CONFIG_PACKAGE_mesh11sd=y
# CONFIG_PACKAGE_nodogsplash is not set
# CONFIG_PACKAGE_opennds is not set
# CONFIG_PACKAGE_uspot is not set
Expand Down
12 changes: 7 additions & 5 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 @@ -33,6 +33,8 @@ jobs:
uci set network.globals.packet_steering=0
uci set firewall.@defaults[0].flow_offloading=0
uci set ecm.@general[0].enable_bridge_filtering=0
/etc/init.d/mesh11sd stop
/etc/init.d/mesh11sd disable
uci commit
EOF
Expand Down Expand Up @@ -60,10 +62,10 @@ 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
makeLatest: false
artifacts: bin/targets/qualcommax/ipq807x/*
token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 89fcb5b

Please sign in to comment.