Skip to content

Commit

Permalink
Update BPI-r4_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glassd00r authored May 30, 2024
1 parent ac06e7d commit 0fe6fc7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/BPI-r4_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
REMOTE_REPOSITORY: glassd00r/openwrt
REMOTE_BRANCH: main
CONFIG_FILE: bpi-r4.config
PPE_OFFLOAD_001_PATCH: 001-net-ethernet-mtk_eth_soc-ppe-add-support-for-multiple-ppes.patch
CUSTOM_FILES_PATH: files/
RELEASE_PREFIX: Mediatek_mt7988a_bpi-r4

Expand Down Expand Up @@ -36,11 +35,6 @@ jobs:
run: |
./scripts/feeds update -a
./scripts/feeds install -a
- name: Apply Add multiple PPEs support patch
run: |
mv custom_repo/patches/BPI-r4/${{ env.PPE_OFFLOAD_001_PATCH }} target/linux/mediatek/patches-6.6/${{ env.PPE_OFFLOAD_001_PATCH }}
cd target/linux/mediatek/patches-6.6
git apply ${{ env.PPE_OFFLOAD_001_PATCH }}
- name: Configure firmware image
run: |
mv custom_repo/${{ env.CONFIG_FILE }} .config
Expand Down

0 comments on commit 0fe6fc7

Please sign in to comment.