mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Remove mt7925 firmware patch
The patch has been merged upstream.
This commit is contained in:
5
.github/workflows/bpi-r4-BE14.yaml
vendored
5
.github/workflows/bpi-r4-BE14.yaml
vendored
@@ -51,16 +51,13 @@ jobs:
|
||||
repository: ${{ env.REMOTE_REPOSITORY }}
|
||||
ref: ${{ env.REMOTE_BRANCH }}
|
||||
|
||||
- name: Apply kmod-thermal and build mt7925 firmware patches
|
||||
- name: Apply kmod-thermal patch
|
||||
run: |
|
||||
git config --global user.email "danielpawlik@test.com"
|
||||
git config --global user.name "Daniel Pawlik"
|
||||
curl -LO https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/patches/0001-Add-kmod-thermal-for-BPI-R4.patch
|
||||
curl -LO https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/patches/0001-Add-mt7925-firmware-rule.patch
|
||||
git apply --check 0001-Add-kmod-thermal-for-BPI-R4.patch
|
||||
git apply --check 0001-Add-mt7925-firmware-rule.patch
|
||||
git am --keep-cr --signoff < 0001-Add-kmod-thermal-for-BPI-R4.patch
|
||||
git am --keep-cr --signoff < 0001-Add-mt7925-firmware-rule.patch
|
||||
|
||||
# - name: Add OpenWRT remote and update
|
||||
# run: |
|
||||
|
||||
5
.github/workflows/bpi-r4.yaml
vendored
5
.github/workflows/bpi-r4.yaml
vendored
@@ -56,16 +56,13 @@ jobs:
|
||||
./scripts/feeds update -a
|
||||
./scripts/feeds install -a
|
||||
|
||||
- name: Apply kmod-thermal and build mt7925 firmware patches
|
||||
- name: Apply kmod-thermal patch
|
||||
run: |
|
||||
git config --global user.email "danielpawlik@test.com"
|
||||
git config --global user.name "Daniel Pawlik"
|
||||
curl -LO https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/patches/0001-Add-kmod-thermal-for-BPI-R4.patch
|
||||
curl -LO https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/patches/0001-Add-mt7925-firmware-rule.patch
|
||||
git apply --check 0001-Add-kmod-thermal-for-BPI-R4.patch
|
||||
git apply --check 0001-Add-mt7925-firmware-rule.patch
|
||||
git am --keep-cr --signoff < 0001-Add-kmod-thermal-for-BPI-R4.patch
|
||||
git am --keep-cr --signoff < 0001-Add-mt7925-firmware-rule.patch
|
||||
|
||||
- name: Configure firmware image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user