diff --git a/.github/workflows/bpi-r4-BE14-janusz.yaml b/.github/workflows/bpi-r4-BE14-janusz.yaml index 1b7c58b..1942d55 100644 --- a/.github/workflows/bpi-r4-BE14-janusz.yaml +++ b/.github/workflows/bpi-r4-BE14-janusz.yaml @@ -10,7 +10,7 @@ on: env: REMOTE_REPOSITORY: danpawlik/openwrt - REMOTE_BRANCH: be14-and-hostapd-janusz-v7 + REMOTE_BRANCH: be14-and-hostapd-janusz-v8-320MHz-fix RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_luci_eht DEVICE_CONFIG: configs/mediatek/mt7988a/bpi-r4 ROLE_CONFIG: configs/common/main-router @@ -85,6 +85,9 @@ jobs: - name: Package output run: tar -cvf bpi_r4-images.tar bin/targets/mediatek/filogic + - name: Add config file + run: cp .config bin/targets/mediatek/filogic/config-full + - name: Upload artifacts uses: actions/upload-artifact@v4 with: diff --git a/.github/workflows/bpi-r4-BE14.yaml b/.github/workflows/bpi-r4-BE14.yaml index dcc9646..580aa51 100644 --- a/.github/workflows/bpi-r4-BE14.yaml +++ b/.github/workflows/bpi-r4-BE14.yaml @@ -8,7 +8,7 @@ on: env: REMOTE_REPOSITORY: danpawlik/openwrt # REMOTE_BRANCH: be14 - REMOTE_BRANCH: be14-and-hostapd-janusz-v7 + REMOTE_BRANCH: be14-and-hostapd-janusz-v8-320MHz-fix RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4_be14_all_packages_eht DEVICE_CONFIG: configs/mediatek/mt7988a/bpi-r4 ROLE_CONFIG: configs/common/main-router @@ -91,6 +91,9 @@ jobs: - name: Package output run: tar -cvf bpi_r4-images.tar bin/targets/mediatek/filogic + - name: Add config file + run: cp .config bin/targets/mediatek/filogic/config-full + - name: Upload artifacts uses: actions/upload-artifact@v4 with: diff --git a/configs/common/community b/configs/common/community index b024d94..2bee81b 100644 --- a/configs/common/community +++ b/configs/common/community @@ -6,6 +6,7 @@ CONFIG_PACKAGE_qrencode=y CONFIG_PACKAGE_tailscale=y CONFIG_PACKAGE_fail2ban=y +CONFIG_PACKAGE_sqm-scripts=y CONFIG_PACKAGE_kmod-sched-core=y CONFIG_PACKAGE_kmod-nvme=y