[Banana BPI-R4] Wifi7 status

Thank you @wrcrooks for that words.

I don't know, why it is soo difficult for others to make some learning process for making an image. What is needed:

  • how to make Github account
  • click on "fork" button on my project
  • when fork is done, go to the .github/workflows/bpi-r4-BE14-janusz.yaml and click on edit this file (a pencil icon)
  • add missing packages. For example:
(...)
      - name: Configure firmware image
        run: |
          curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7988a/bpi-r4 > .config
          curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/luci >> .config
          curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot-short >> .config
          curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/lte-5g-modem >> .config
          curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/community >> .config

          echo "CONFIG_PACKAGE_kmod-sched-core=y" >> .config
          echo "CONFIG_PACKAGE_kmod-nvme=y" >> .config
          echo "CONFIG_PACKAGE_libnvme=y" >> .config
(...)
  • finish edit, make a commit
  • go to the "Actions" and click on BPI-R4 + BE14 + Luci + EHT fix by Janusz
  • click on "Run workflow"

I can not do more simply manual.

4 Likes